ElvenSpellmaker / IRC-Bot

A very little basic IRCBot that is being improved all the time
http://www.wildphp.com
7 stars 1 forks source link

Thread the bot instead of Multi-Process #10

Open ElvenSpellmaker opened 9 years ago

ElvenSpellmaker commented 9 years ago

Deprecate the multi-process architecture and switch to using pthreads for parallel communication without the downsides of sockets.

This will require using a ZTS build of PHP with the pthreads extension.