Dear Yu Wang,

I have developed such type applications, a TCP server with one thread
listening on one port and then a thread per connection. I don't know if
there is another scheme to this kind of applications. I think you could do
research some about IOCP
http://www.codeproject.com/KB/IP/iocp_server_client.aspx and the framework
ACE (it is in C++).

Regards

Ing. Alejandro Casagrande
Advenio Software
http://www.advenio.com.ar
[EMAIL PROTECTED]


2008/5/19, Yu Wang <[EMAIL PROTECTED]>:
>
> I want to use synapse in TCP Server(Such as FTPServer,HTTPServer,MAIL
> Server),and i know use
> thread .my question:if there are too many clients(1000+) Concurrent
> connections,and my server will create 1000+ threads to deal with.this OS
> support?or there are other way do it.
>
> sorry my poor Enginsh.
>
> [EMAIL PROTECTED]
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> synalist-public mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/synalist-public
>
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
synalist-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to