in reply to Re: sharing complex data structures
in thread sharing complex data structures

Perl: 5.10 (1003)
threads: 1.71
threads::shared: 1.23

my asumption was correct, I need to somehow share my $res object. It's a http::response object so I'm sure of the best way to share it.

Replies are listed 'Best First'.
Re^3: sharing complex data structures
by renodino (Curate) on Jul 08, 2008 at 14:42 UTC
    Looks like you're running the latest stuff.

    IIRC, there's no file handles, coderefs, or ties in an HTTP::Response, so it may be as simple as share_clone($res).


    Perl Contrarian & SQL fanboy