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.

Reply via email to