Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^2: Modperl2 + mpm_event + seemingly forgotten global vars

by spellila (Initiate)
on Mar 29, 2017 at 11:24 UTC ( [id://1186359]=note: print w/replies, xml ) Need Help??


in reply to Re: Modperl2 + mpm_event + seemingly forgotten global vars
in thread Modperl2 + mpm_event + seemingly forgotten global vars

I agree, but only under following condition:

- the threads are sharing their vars

- the threads are changing their vars

I don't see any condition matching at this case. The global var is shared only to the scope it was created. This means to thread it self. Thats ok for my case. On this way i can initate handles and keep them per thread. Each thread having its own handles should be no problem, do it?

So every thread will create its own "our" variable. And after the creation it should stay there. This works fine for low numbers of connections. But under pressure it gets reinitilized on and on.

  • Comment on Re^2: Modperl2 + mpm_event + seemingly forgotten global vars

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (5)
As of 2024-04-23 09:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found