by Raj posted on 2004/09/06 |
|
SSL web server example uses “SecureSocket” Library. Is it Multithreaded? Or one needs to actually code a Multithreaded, Non-Blocking server.
We are trying to make a secure self-hosted web application in C#, which will run its own secure web server and this server should be able to have multiple simultaneous connections.
Thanks
Raj |
by Dmytro [ecode at programmer dot net] posted on 2004/11/25 |
|
I want to know too. i dont think so...i tryed to download a file sumultaniously it works, but you need to go thorough the function fully in order to accept new connection, which means only send function in socket library is multithreaded. |