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
- Host: GitHub
- URL: https://github.com/validoll/montecarlo
- Owner: validoll
- Created: 2014-06-16T06:01:52.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-16T06:16:40.000Z (about 12 years ago)
- Last Synced: 2025-03-02T12:44:34.180Z (over 1 year ago)
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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;