C
Cablito
1º. Is there a limit for threads on Windows?
I have created a test program in vb.net and it seems as if after 160 threads
it stalls and does not create new threads. WTF?
Natural question I expect is "why in gods name do you want to create
hundreds of threads?"
I might be wrong and it might not be needed, just makes sense to me that I
need them. I want to make a SMTP proxy, I want to listen at port 25 internet
address and relay to another server, inside the lan. Well, the load I need
to handle is somewhere around 300 simultaneous users, 24 hours a day. Made
sense to me that each "client" had a thread.
Anyone?
I have created a test program in vb.net and it seems as if after 160 threads
it stalls and does not create new threads. WTF?
Natural question I expect is "why in gods name do you want to create
hundreds of threads?"
I might be wrong and it might not be needed, just makes sense to me that I
need them. I want to make a SMTP proxy, I want to listen at port 25 internet
address and relay to another server, inside the lan. Well, the load I need
to handle is somewhere around 300 simultaneous users, 24 hours a day. Made
sense to me that each "client" had a thread.
Anyone?