----------------- snip ----------------------- > > So we need to maintain a handle per instance of the http filesystem > (in principle nothing prevents the user to operate more than one http > filesystem). > ----------------- snip -------------------------- > > Note that the file interface callbacks can access to the 'data' field > of the filesystem associated with the open file, so they don't need > the extra parameter. > > That should be enough to use libcurl in a thread-safe way. Please > confirm if it is the case. > > -- > Jose E. Marchesi <[email protected]> > http://www.jemarch.net > GNU Project http://www.gnu.org >
This should take care of these issues nicely. --Scott
