On Thursday 12 June 2003 06:16 am, Geoffrey Talvola wrote:
> This has bitten some people on this mailing list in the past because
> of bugs in database adapters.  And right now I'm trying to track down
> a problem where I have a servlet that makes an HTTPS request to
> another web site (using Python's built-in SSL support), and it looks
> like every once in a while, something happens during that outgoing
> HTTPS request that crashes the app server.  It only happens like once
> a week, so I haven't had any luck tracking this down.  If Webware
> used some sort of process pool instead of a thread pool, and served
> only one request per process, this wouldn't be as much of a problem.

Could you factor this out to another WebKit instance which you would hit 
with Pickle-RPC or XML-RPC from the main one? Then when your HTTPS code 
crashed, your main app server would be intact.

I realize that solution isn't on a silver platter, but then setting up 
and calling RPC services with WebKit *is* fairly straightforward.

-- 
Chuck
http://ChuckEsterbrook.com



-------------------------------------------------------
This SF.NET email is sponsored by: eBay
Great deals on office technology -- on eBay now! Click here:
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to