ASSS Questions - Biller question pokemon 2001 - Tue Nov 16, 2004 10:25 am Post subject: Biller question
Hi there,
Im writing my own billing server for my asss zone and i was wondering everytime a user connects to the biller should it create a new tcp socket for him? or just use 1 socket?
Dr Brain - Tue Nov 16, 2004 10:55 am Post subject:
1.
pokemon 2001 - Tue Nov 16, 2004 11:00 am Post subject:
ok than thank u
pokemon 2001 - Tue Nov 16, 2004 11:01 am Post subject:
wait.... what if i want other zones to connect to it tooo
Anonymous - Tue Nov 16, 2004 12:53 pm Post subject:
Do you mean user as in player or as in server? The players login through the server's connection to the biller so...
2dragons - Mon Dec 27, 2004 1:36 am Post subject:
When writing a biller that handles the new TCP protocol, or for any case when you are writing an application that uses TCP you should:
Have a socket listening on a port for new connections. Every new connection will have its own socket to listen/send from.