iucogs / pubs

Publication management system
http://pubs.cogs.indiana.edu
4 stars 0 forks source link

Multithreading #24

Open pjcraig opened 11 years ago

pjcraig commented 11 years ago

PHP is desperately single threaded! We need to fix this by either making PHP multithread or by moving the controller (boss.php) to another language with better support for multithreading (like Python).