Game Development Community

Can a TNL server talk to a TSEA server?

by Steve Kilcollins · in Torque Game Engine · 02/13/2008 (9:05 am) · 1 replies

If I built a server application using TNL, can I have a TGEA game, connect, send and receive messages from the TNL server? Or would I have to include the TNL library into the TGEA game?

What I'm looking to do, is have the main game server be the TGEA server, then offload some processing to another server application(called a Training server).

So. the TGEA Server would send a message (with info) to the Training server, then go back to running the game. The training server would do its processing on the info and when it was done, would send a message to the TGEA Server that the "training had completed".

#1
02/14/2008 (8:08 am)
You can build a server application in PHP if you want. You just have to make sure that it knows what to expect from TGEA.