Login   Register  
PHP Classes
elePHPant
Icontem

File: README

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of akash  >  PHP parallel programming  >  README  >  Download  
File: README
Role: Documentation
Content type: text/plain
Description: README
Class: PHP parallel programming
Run parallel scripts using a C++ program
Author: By
Last change:
Date: 2009-10-14 09:11
Size: 382 bytes
 

Contents

Class file image Download
To use this Library, please chamge some settings.
PHP settings:
	ForkerManager::$FORKER_DIR, the directory where library is copied
	ForkerManager::$PATH, the PHP executable path

C++ settings
	FORKER_DIR, the directory where library is copied
	PATH, the PHP executable path


To test library, run synchronous-forker.php and asynchronous-forker.php. For results check log.txt file.