Flaab Mrlinux wrote: / ... > So this is what i've thought; I'm gonna have a Web Based Php Front-end > for the players to comunicate with the game. And a Ruby Core program > sinchronized with Cron to be launched every 3 minutes for example. That > Core will do all these things i can't do from Php, catching MySql files > that tells it what to do, do it, and update those MySql fields which may > need updating. > > Can this be done? The question is not whether it can be done, the question is why would one want to do it this way. In modern times a program like this is event-driven, not clock-driven, for excellent reasons. -- Paul Lutus http://www.arachnoid.com