On Tue, Dec 30, 2008 at 16:34, <ceo@xxxxxxxxx> wrote: > > I often thought PHP would be a nice language for a MUD, if one could get the performance out of it... > > 'Course you could always write some of the heaviest bits as extensions... Indeed. I had written a very simple control-panel-like Telnet script in PHP several years ago to handle reboots and emergency situations, but never scaled it for more than one or two connections. Resource usage, however, was negligible - a few Kilobytes, really. Customize your PHP --- trim out extensions you don't need, write common routines as extensions to save parsing time, and tune it to be optimal for the consistent stream of packets sent across the sockets, and I think a MUD could be very successfully authored in PHP. -- </Daniel P. Brown> daniel.brown@xxxxxxxxxxxx || danbrown@xxxxxxx http://www.parasane.net/ || http://www.pilotpig.net/ Unadvertised dedicated server deals, too low to print - email me to find out! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php