- From: Christopher Russell <cdr@encapsule.com>
- Date: Wed, 9 May 2001 12:59:01 -0400
- To: "Lucas Meijer" <mach82@mach8.nl>, <www-lib@w3.org>
Check Alex Olugbile's recent post to the xmlrpc-c-devel list http://www.geocrawler.com/archives/3/8934/2001/5/0/5674065/ ... discussion of replacing xmlrpc-c's depedency on libwww with a dependency on Microsoft's WinInet.dll. Alex's code might help you do the same in your library? If you're only worried about the win32 build then this might be worth checking out. ----- Original Message ----- From: "Lucas Meijer" <mach82@mach8.nl> To: <www-lib@w3.org> Sent: Wednesday, May 09, 2001 9:43 AM Subject: Using 'regular' threads on win32. > Hi Everyone. > > Does anyone know if I'm likely to run into trouble if > I try to use libwww using 'regular' threads on win32 ? > > I'm not sure what their proper names are but threads created > with > > ::CreateThread(lotsofparams) > > I know I have to be carefull that I'm not accessing data in multiple > threads etc, I'm just wonderin if this is likely to lead to brain hurt. > > I know the library has got it's own 'threads', but I'd like to > use the lib in a projects that's already got stuff running in these > win32 threads.. > > Any insights would be welcome, > > Bye, Lucas > > >
Received on Wednesday, 9 May 2001 13:03:02 UTC