Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
A similar problem exists with apache, as long as the user clicks there stop button.
When running in a CGI environment this turns out not to be the case. Apache can, and will if you tell it, limit the total amount of CPU time a spawned CGI process can take. IIS has a similar setting, I'm sure, and I've no doubt microsoft already has a similar solution. There's nothing for perl to do here.

In a more embedded situation, such as mod_perl under Apache or the IIS equivalent, you don't want perl doing the killing of itself either, as that's not the right thing to do -- you want the interface module (mod_perl or whatever the IIS version is) do handle the timeouts and killing and whatnot. So there's nothing for perl to do there either. (The last thing you want is for something in the guts of the webserver to be dying. That's not good) mod_perl has timeout capabilities already. I have no idea if the IIS plugin for perl does.

Looks like your technical problem is already solved or located somewhere else. If you still think it isn't, here certainly isn't the place to get it fixed -- you need to talk to the perl5-porters list if you're still convinced it's a perl problem, or whoever makes the perl plugin bits for IIS (I presume ActiveState).


In reply to Re^5: a few clarifications by Elian
in thread Win32 Hosting companies not supporting Perl by cosmicperl

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (8)
As of 2024-04-18 15:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found