Redirects is where I first saw the problem, but it doesn't require redirects or transers. The example I uploaded with the bug report is an ASP page that sends a completed HTML page to the client and finishes. On the client side, javascript does a delay then sets the window location to the same ASP page. The server bombs on the next call. It cleanly finishes servering the page, but it isn't ready for an identical request coming in, even minutes later after the page timeout.
> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > Steven Manross > Sent: Wednesday, October 12, 2005 5:28 PM > To: Allegakoen, Justin Devanandan; > [email protected] > Subject: RE: ASP Error with Perl 5.8 on IIS 6.0 > > > I'd agree as well.. VB (although ugly), seems a more stable platform > for ASP in the last few years. > > I check bugzilla logs every couple months hoping someone has found a > resolution for 5.8 or a new build has fixed it, but nothing > is moving on > this issue -- That I can see. > > For anyone listening that can do anything about it, I'd be happy to > provide a test II6 6 webserver and malfunctioning ASP pages > if needed to > debug the issue(s). :) > > The one thing that I see is that you can mask the issue if you set > your "Application Pool" "Web Garden" "Maximum Number of worker > Processes" (->Performance tab on the Application Pool Properties Page) > higher (defaults to 1 -- setting it to 5 masks the problem to display > after 5 hits to the ASP page) .. It's still an issue, but > the problemed > Redirect / COM Object usage only throws the '0240' Exception after the > 5th time (for 5 times) instead of every other time and get recycled > every x minutes (maybe before another user hits it). > > I mention this because it's a symptom of the overall problem, > not a fix > -- hopefully useful to someone that can fix it. > > P.S. I'm currently getting the '0240' while creating a COM object (COM > graphing tool) as well as on Redirects to 3 different servers > $Server->Transfer(); blows chunks as well. > > Steven > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Allegakoen, Justin Devanandan > Sent: Tuesday, October 11, 2005 5:01 PM > To: [email protected] > Subject: RE: ASP Error with Perl 5.8 on IIS 6.0 > > ---------8<---------- > I have two asp applications that run with strict and warnings and > produce no errors or warnings, just the following: > > Active Server Pages error 'ASP 0240' Script Engine Exception A > ScriptEngine threw exception 'C0000005' in > 'IActiveScript::SetScriptState()' from > 'CActiveScriptEngine::ReuseEngine()' > > Perl 5.6 works fine - it seems to be just 5.8 on IIS 6.0. I need to do > some enhancement on a couple of asp/perl apps, but there is > no point in > going any further with perl if this cannot be resolved. > > Can anybody add anything that might help? > ---------8<---------- > > Mark, > > Not goimg to add anything that will help, but echoing the > problem since > AS are remarkbly quiet on this issue. I gave up with 5.8. On > my machine > I got the ASP 0240 error with just this:- > > <%@ Language=PerlScript %> > <HTML> > <HEAD> > <LINK rel="stylesheet" type="text/css" href="Misc.css"> </HEAD> <BODY > bgColor=black> > > </BODY> > </HTML> > > However in this instance I copied an existing asp and renamed the file > to LuckyDraw.asp and ran it with the localhost URL. I was going spare, > but remembered the redirect episode and reinstalled Perl to 5.6. > > There is a definite problem with 5.8, I for one would like to > hear from > AS what progress has been made with the bug fix. > > Cheers > > Just in > > _______________________________________________ > Perl-Win32-Web mailing list > [email protected] > To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs > > > > _______________________________________________ > Perl-Win32-Web mailing list > [email protected] > To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs > _______________________________________________ Perl-Win32-Web mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
