DRB issue on polling and waiting.

J

Junkone

I have a q on how drb works. Lets say, i run a chat server using drb
at port 9000. If 2 clients try to connect to the port 9000 at the same
time, how will the server act. will it keep 1 waiting or will it drop
the request.
 
A

ara.t.howard

I have a q on how drb works. Lets say, i run a chat server using drb
at port 9000. If 2 clients try to connect to the port 9000 at the same
time, how will the server act. will it keep 1 waiting or will it drop
the request.

handle each in a thread. in general your front/server object *needs*
to be thread safe.

regards.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,276
Messages
2,571,384
Members
48,073
Latest member
ImogenePal

Latest Threads

Top