Board index » delphi » middleware server
Daniel Luyo
![]() Delphi Developer |
middleware server2007-10-10 06:28:51 AM delphi44 We are developing our own middleware server using TCP/IP. The connections are persistent between clients and server. Each Client creates its own thread on the server. We are using Firebird for data store and IBExpress for connection. ¿Do we need a IBConnection for each Client (inside each thread)?, ¿A single IBConnection could be shared (between threads)? ¿What's the best approach for this scenario? Thanks in advance Daniel |