Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^2: Looking for alternative for IPC::Shareable (or increase size)

by perlfan (Vicar)
on Aug 11, 2020 at 01:49 UTC ( [id://11120579]=note: print w/replies, xml ) Need Help??


in reply to Re: Looking for alternative for IPC::Shareable (or increase size)
in thread Looking for alternative for IPC::Shareable (or increase size)

perl ithreads are not actual light weight OS threads that share the same common name (nobody actually says "ithreads" referring to perl "threads" from what I've seen) and many people look at them merely because of this unfortunate naming choice. Maybe OP wants to look at Coro.

https://metacpan.org/pod/Coro#WINDOWS-PROCESS-EMULATION

Replies are listed 'Best First'.
Re^3: Looking for alternative for IPC::Shareable (or increase size)
by ikegami (Patriarch) on Aug 11, 2020 at 10:45 UTC

    They're a bit expensive to start up, and there's a cost to sharing data between them. Neither of those things are issues most of the time.

    Coro is a co-operative multitasking system. Possibly useful, but not exactly threads.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (3)
As of 2024-04-26 07:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found