Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^2: sharing complex data structures

by Anonymous Monk
on Jul 08, 2008 at 14:04 UTC ( [id://696222]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://696222]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-25 16:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found