News  [SoftwareSite

Latest News
Older News
RSS Feed
 
Complete Projects
Useful Classes
Top Downloads
Message Board
AllAPI.net
 
Send Comments
Software License
Mentalis.org Buttons
Donate
 
Forums -> Security Library Forum
 
Is SSL Web Server Sample Multithreaded?  
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.

 

Copyright © 2002-2007, The Mentalis.org Team. All rights reserved.
This site is located at http://www.mentalis.org/
Send comments to the webmaster.