Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Double Click of Death on Perl Web Server

by atcroft (Abbot)
on Sep 30, 2018 at 05:08 UTC ( [id://1223309]=note: print w/replies, xml ) Need Help??


in reply to Double Click of Death on Perl Web Server

Based on what you are describing, my first thought is that perhaps the "double-click" you describe may result in multiple requests in a short (<=30-40 hundredths of a second) interval. This could be examined by performing and examining a packet capture while re-creating the event. If that is the case, then I would consider if a resource conflict is occurring, in which case I might consider if additional "instrumentation" can be added while investigating the problem (either to the code, or possibly even to the modules involved).

By the way, what configuration options are you providing when creating the listening socket? (Perhaps knowing this might help someone else provide a useful thought for a next step in your troubleshooting.)

Hope that helps.

  • Comment on Re: Double Click of Death on Perl Web Server

Replies are listed 'Best First'.
Re^2: Double Click of Death on Perl Web Server
by Anonymous Monk on Sep 30, 2018 at 07:55 UTC
    Resource conflict? What resource causes death?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-04-24 01:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found