Re: Handling Infinite Loops on Server Applications

2007-05-03 Thread Gabriel Genellina
En Wed, 02 May 2007 21:38:52 -0300, Paul Kozik <[EMAIL PROTECTED]> escribió: > I'm working with a small server program I'm writing for a small video > game. The main class constructor starts a thread that handles socket > connections, which itself starts new threads for each user connection. And

Re: Handling Infinite Loops on Server Applications

2007-05-02 Thread MRAB
On May 3, 1:38 am, "Paul Kozik" <[EMAIL PROTECTED]> wrote: > I'm working with a small server program I'm writing for a small video > game. The main class constructor starts a thread that handles socket > connections, which itself starts new threads for each user connection. > > The actual server pr

Handling Infinite Loops on Server Applications

2007-05-02 Thread Paul Kozik
I'm working with a small server program I'm writing for a small video game. The main class constructor starts a thread that handles socket connections, which itself starts new threads for each user connection. The actual server program itself however needs to wait in the background, but continue l