An open API service indexing awesome lists of open source software.

https://github.com/validoll/montecarlo

Parallel execution of Monte Carlo method by PHP
https://github.com/validoll/montecarlo

Last synced: 4 months ago
JSON representation

Parallel execution of Monte Carlo method by PHP

Awesome Lists containing this project

README

          

Parallel execution of Monte Carlo method by PHP
==========

This is repo include implementation of test case for http://interesnee.ru/join-our-team/29/php-developer

Features:
- Use 'pcntl' for process control;
- Allow fork any functions and class methods;
- Allow send and recieve signals between preocesses;
- Execute as CLI/CGI application;
- Contain implementation of unit tests;
- Don`t work on OS Windows;
- Don`t work with Apache;