I've looked at the ERUOBORCON 2002 or 2003 code you did for Threads, but that 
application when I complile is VERY SLOW to say the least.  There were a couple 
mailing threads, but nothing significant or helpful in this matter.  
 
I'm looking into another example of threads and pools (posted on your website I 
believe), but I have not had too much luck with it yet either.  :-(
 
Thanks
Ed
 
-----Original Message-----
From: Francois PIETTE <[EMAIL PROTECTED]>
To: ICS support mailing <twsocket@elists.org>
Sent: Sat, 24 Sep 2005 18:27:19 +0200
Subject: Re: [twsocket] Open to Suggestions


As far as I remember, there is either a sample HttpServer application using 
threads or someone talked about it in the mailing list. Search the mailing 
list archive (link at the support page at ICS website).

Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html
--
[EMAIL PROTECTED]
The author for the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
http://www.overbyte.be


----- Original Message ----- 
From: <[EMAIL PROTECTED]>
To: <twsocket@elists.org>
Sent: Saturday, September 24, 2005 5:45 PM
Subject: [twsocket] Open to Suggestions


>I am having to do an interface to an older COBOL architect application in 
>which I am basically a WWW interface for the newer applications.
>
> I have a COBOL DLL written that works and communicates well with the COBOL 
> data.  I would like to use the HTTPSERVER and call this DLL repeated times 
> for various connections.  Because of the "SLOWNESS" of this DLL and the 
> overhead of having to initialize it each time, I really hate doing it in 
> the BASE code of the HTTPSERVER.  Is there a way to initialize threads 
> (pools) that sessions can use when they come in? any examples of such?
>
> Is there a way to keep the session open in the HTTPSERVER after each 
> request?  I could initialize it and associate it with a particular session 
> (but it appears they close each time).
>
> Any suggestions welcome.....
>
> Thanks
> Ed
> -- 
> To unsubscribe or change your settings for TWSocket mailing list
> please goto http://www.elists.org/mailman/listinfo/twsocket
> Visit our website at http://www.overbyte.be 

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to