Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^2: API rate limit using Cache::Mmap need help

by jcb (Parson)
on Jul 27, 2020 at 02:49 UTC ( [id://11119854]=note: print w/replies, xml ) Need Help??


in reply to Re: API rate limit using Cache::Mmap need help
in thread API rate limit using Cache::Mmap need help

Perl threads are terrible and not what you want.

5005threads were a mess and were removed entirely in 5.10. The newer interpreter threads model effectively emulates fork but retains the possibility of explicitly sharing some variables using threads::shared. Perhaps there are major problems I do not know about; my needs so far have been met with pipe, fork, and select (or whatever Tk::fileevent actually uses internally).

  • Comment on Re^2: API rate limit using Cache::Mmap need help

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (6)
As of 2024-04-19 02:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found