Libraries tagged by multiple processes
devinweb/laravel-test-parallel
7454 Downloads
a command to run your tests simultaneously across multiple processes to significantly reduce the time required to run the entire test suite.
luojilab/async-task-lib
294 Downloads
A complete asynchronous task processing system with multiple processes, exception retry
stil/phoebe
616 Downloads
An IRC bot skeleton. Can listen on multiple IRC networks within single process.
mhinspeya/job-manager-hyva
8 Downloads
Magento 2 Jobs Manager extension enables you to seamlessly integrate a comprehensive job board into your eCommerce store. This powerful extension allows you to efficiently manage the entire hiring process by creating and posting various types of job listings, categorized by type, location, and department. Enhance your website's functionality by allowing potential candidates to discover and apply for positions directly through your store, streamlining your talent acquisition process.With the Jobs Manager extension, you can:- Create and manage multiple job listings with detailed descriptions.- Categorize jobs by type (full-time, part-time, freelance), location, and department.- Allow candidates to apply directly through your website, simplifying the application process.- Easily update and maintain job listings to ensure current openings are accurately represented.- Enhance your eCommerce site by adding a dedicated job manager section, attracting high-quality talent.This extension is designed to provide a robust solution for businesses looking to expand their team and find the right talent using their eCommerce platform. By integrating a job board into your Magento 2 store, you can leverage your online presence to support your recruitment efforts effectively.This module is also fully compatible with the Hyvä theme, ensuring a seamless integration with the modern and fast frontend provided by Hyvä, enhancing the overall user experience and performance of your job board.
aderemi/multiple-rows-processor
8 Downloads
Laravel Multiple row operations with XML, JSON, CSV or plan text
idimsh/parallel-processes
13 Downloads
Run multiple Symfony CLI processes in parallel.
bitandblack/process-log
27 Downloads
Helps logging multiple and possibly asynchronously running processes
sunaoka/process-guard-php
14 Downloads
This library has been designed with the intention of preventing the execution of multiple instances of a script.
qlimix/process-manager
12 Downloads
Process manager
matin-utils/process-manager
1271 Downloads
managing multiple proccess with socket
lucinda/process
19 Downloads
Light weight API performing single/multiple shell command execution using IO multiplexing
fast-forward/fork
284 Downloads
A process manager for PHP that allows you to run multiple processes in parallel using the fork system call.
juanchosl/simplecache
150 Downloads
A small collection of read/write for multiples cache systems using PSR-16
vox/concurrent-futures
15 Downloads
Use concurrent multiple process on a python like interface.
senman/yii2-crontab-manager
91 Downloads
更方便的管理您的定时任务,实时暂停、启动、修改定时任务的执行时间等等 With this package, you can better manage your multifarious timing tasks, just define an execution entry that can be implemented more flexibly by manipulating database data for timing, opening, closing, setting up time, and so on.Description: the task manager implements the flexibility of multiple processes. After the task is opened, each task takes up a sub process and automatically releases after completion.Preparation: installation extension To implement the multiple processes of PHP, we need two extensions pcntl and POSIX, which can be added at compile time: - enable-pcntl, do not use - disable-pcntl, POSIX is the default installation. PHP multi process modules rely on pcntl extensions