Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

TADOQuery and TIDTCPServer

Status
Not open for further replies.

GCTIberica

Programmer
Jun 20, 2003
30
ES
Hi
I hope someone can help me!
I have a client server application that uses ADOQuery to access the database.
On the server side:
I have one TCPServer component which I want to admit 10 concurrent socket access. Does anyone know how to do this?
Each socket access must asign a different query component (there will be 10 in total). When one query is being used, the server must access another query. And when a query is free, I need to be able to assign the server to this component again!
Do you understand? It is quite complex. I have code if anyone needs to see it...
thanks
 
Hi,

The TCPServer starts a new thread every time a new client joins. I don't think that you have to do it manually.


MustangMan96
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top