On Wed, Nov 14, 2001 at 04:31:44PM +0100, Jochen Wiedmann wrote: > Zitiere Simon Oliver <[EMAIL PROTECTED]>: > > > > iThreads is supposed to emulate fork on Win32 but this doesn't work for > > extensions that are not thread safe; this includes "Storable" which > > happens > > to be used by the PlRPC modules. > > It should be comparatively simple to replace Storable > with Data::Dumper, say, or another module that *is* > thread safe. However, the replacement would need to > happen on both ends - client and server.
Er, why not fix Storable to be thread safe (if it isn't). That's bound to be fairly trivial and Storable is many times faster than Data::Dumper. Tim.