Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource php-pear-PHP_Fork

PHP_Fork class. Wrapper around the pcntl_fork() stuff with a API set like Java language. Practical usage is done by extending this class, and re-defining the run() method. [see basic example] This way PHP developers can enclose logic into a class that extends PHP_Fork, then execute the start() method that forks a child process. Communications with the forked process is ensured by using a Shared Memory Segment; by using a user-defined signal and this shared memory developers can access to child process methods that returns a serializable variable. The shared variable space can be accessed with the tho methods: o void setVariable($name, $value) o mixed getVariable($name) $name must be a valid PHP variable name; $value must be a variable or a serializable object. Resources (db connections, streams, etc.) cannot be serialized and so they're not correctly handled. Requires PHP build with --enable-cli --with-pcntl --enable-shmop. Only runs on *NIX systems, because Windows lacks of the pcntl ext. @example browser_pool.php an interactive tool to perform multiple cuncurrent request over an URL. @example simple_controller.php shows how to attach a controller to started pseudo-threads. @example exec_methods.php shows a workaround to execute methods into the child process. @example passing_vars.php shows variable exchange between the parent process and started pseudo-threads. @example basic.php a basic example, only two pseudo-threads that increment a counter simultaneously.

Found 1 sites for php-pear-PHP_Fork

Found 4 RPM for php-pear-PHP_Fork

PackageSummaryDistributionDownload
php-pear-PHP_Fork-0.3.2-11.mga8.noarch.htmlHorde alarm librariesMageia 8 for aarch64php-pear-PHP_Fork-0.3.2-11.mga8.noarch.rpm
php-pear-PHP_Fork-0.3.2-11.mga8.noarch.htmlHorde alarm librariesMageia 8 for x86_64php-pear-PHP_Fork-0.3.2-11.mga8.noarch.rpm
php-pear-PHP_Fork-0.3.2-11.mga8.noarch.htmlHorde alarm librariesMageia 8 for armv7hlphp-pear-PHP_Fork-0.3.2-11.mga8.noarch.rpm
php-pear-PHP_Fork-0.3.2-11.mga8.noarch.htmlHorde alarm librariesMageia 8 for i586php-pear-PHP_Fork-0.3.2-11.mga8.noarch.rpm

Generated by rpm2html 1.6

Fabrice Bellet