I wanted to have a flash game UI with all heavy duty A.I. processing happening in the web backend in a dedicated daemon process (C/C++/Java) that is always running and looking for messages on sockets. The UI would send simple messages to the daemon process (C/C++/Java) through PHP/JSP servlets. The servlet would talk to the daemon process using sockets, receive a response and return data that the flash UI could use to update itself.
It has to be a process that is always running because it would carry A.I. state (move search tree etc.) for the game running in the browser.
Question: is this supported?
It has to be a process that is always running because it would carry A.I. state (move search tree etc.) for the game running in the browser.
Question: is this supported?