HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: Multiple Threads Calling Wrapper?
Author: Xavier Roche
Date: 05/03/2009 10:05
 
> I wrote the wrapper using that already, but I can't
> find anything in that doc that talks about
> overlapping calls or the general calling flow.

Calls are always serialized in the main thread, because the engine is
mono-threaded (multiple sockets are handled through select() calls,
internally), hence you do not need any synchronization.
 
Reply Create subthread


All articles

Subject Author Date
Multiple Threads Calling Wrapper?

04/28/2009 21:46
Re: Multiple Threads Calling Wrapper?

04/28/2009 23:28
Re: Multiple Threads Calling Wrapper?

04/29/2009 02:54
Re: Multiple Threads Calling Wrapper?

05/03/2009 10:05




9

Created with FORUM 2.0.11