Best way to deal with simultaneous connections usi (General questions)
Hi there,
We use VB.NET and the ActiveX control.
We have a web server that does a lot of processing for each web request, and we can get hundreds at a time. (It is in testing.)
It's hard to tell what the best way of handling this is.
Should we:
- Just set Threads to FullThreads? If so, what if on the RequestDone event we call wodSMTP with blocking=true to send a large email? If we wait until it is sent to give back HTML, would other connections or application processes be blocked?
- Or, should we immediately launch all our processing/responses in a new thread as soon as we enter RequestDone?
What's the best solution?
Complete thread:
- Best way to deal with simultaneous connections usi - Simon, 2009-08-05, 02:06
- Re: Best way to deal with simultaneous connections - wodDamir, 2009-08-05, 09:54
- Re: Best way to deal with simultaneous connections - wodcg, 2009-08-09, 20:54
- Re: Best way to deal with simultaneous connections - wodDamir, 2009-08-09, 22:20
- Re: Best way to deal with simultaneous connections - wodcg, 2009-08-09, 20:54
- Re: Best way to deal with simultaneous connections - wodDamir, 2009-08-05, 09:54