in reply to Blocking issues with Soap::Lite

But this is in a Perl/Tk application and so the GUI stalls for that period. Is it possible to use SOAP::Lite in some sort of non-blocking mode?

The obvious solution I see is using fork or threads.

--
David Serrano

Replies are listed 'Best First'.
Re^2: Blocking issues with Soap::Lite
by jdtoronto (Prior) on Aug 18, 2006 at 19:01 UTC
    Thanks Hue-Bond,

    What have seen written is that Perl/Tk under Windows is not thread safe. If that has changed then I have something new to go and learn!

    jdtoronto