Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

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

by perlfan (Vicar)
on Jul 26, 2020 at 06:15 UTC ( [id://11119814]=note: print w/replies, xml ) Need Help??


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

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^2: API rate limit using Cache::Mmap need help
by karlgoethebier (Abbot) on Jul 26, 2020 at 08:51 UTC
    «...Perl threads are terrible and not what you want. Nothing useful about perl is thread safe...»

    This is pure FUD. But you may explain how you jumped to this conclusion. In the meantime I downvoted your node..as a precaution.

    «The Crux of the Biscuit is the Apostrophe»

    perl -MCrypt::CBC -E 'say Crypt::CBC->new(-key=>'kgb',-cipher=>"Blowfish")->decrypt_hex($ENV{KARL});'Help

    A reply falls below the community's threshold of quality. You may see it by logging in.
Re^2: API rate limit using Cache::Mmap need help
by jcb (Parson) on Jul 27, 2020 at 02:49 UTC
    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).

    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://11119814]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-03-29 06:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found