Re: Best way to deal with simultaneous connections (General questions)
Simon,
Whichever method works better for you. However, when using FullThreads, the component will create a new thread for each connected user, and raise events from worker thread.
This means that if you do any lenghty processing, only one user (the one you are doing processing for) would be affected. The other users would continue communicating with the server.
Hope this helps.
Regards,
Damba
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