Search found 1 match

by marcioalex
Sat Feb 20, 2010 7:15 pm
Forum: Internet
Topic: Sockets server multithreaded?
Replies: 1
Views: 2971

Sockets server multithreaded?

Hi, I'm wondering if I build a Rev Sockets Server application it will handle multiple incoming connections at the same time or I have to do any special handling with it. If it handles it automatically, may I use one single connection to the database and run queries from the connection handling calls...