Hello Robert,
That's also possible. There's an early version of IE6 where if you hit
the back button quickly (or for some AJAX requests) it will not close
the socket properly leaving you stuck in "socketWrite0". It could also
be a denial of service attack.
The "socketWrite0" issue is already discussed in detail both on the
groups and our website technotes. We have some "hidden" features in
FusionReactor that may help mitigate this issue (if it really is the
root cause of what you're seeing). Further details are on our site:
http://www.fusion-reactor.com/support/kb/FRS-274.cfm
Best regards,
David Stockton
Fusion Support Team
On Jan 20, 3:29 pm, "Robert Grosshandler" <r...@iGive.com> wrote:
> Is it ever possible that this is a client side problem? That for some
> reason the client holds the request open, can't "finish"?
>
> Rob
>
>
>
>
>
>
>
> -----Original Message-----
> From:
fusion...@googlegroups.com [mailto:
fusion...@googlegroups.com]
>
> On Behalf Of David Stockton
> Sent: Friday, January 20, 2012 9:25 AM
> To: FusionReactor
> Subject: [fusionreactor] Re: "Killing" forever
>
> Hello Robert,
>
> Thanks for the question.
> Most likely your requests are stuck in a "native method" such as waiting for
> response from the DB server or a webservice call. You can read about this
> Java limitation and why FusionReactor is stuck trying to kill them on our
> website - for example on this pagehttp://
www.fusion-reactor.com/support/kb/FRS-149.cfm
>
> As you've already twigged, you can set the simultaneous request levels
> higher on your system to delay it from having a catastrophic effect (run out
> of usable threads). The real fix is to find out why the threads are getting
> stuck. For this you need to look at the stack traces of the requests - I
> usually start with the ones that have been running the longest as a starting
> point.
>
> We offer a paid consulting service through our CFconsultant brand (
http://www.cfconsultant.com- consulting from the makers of FusionReactor )