Francois PIETTE wrote:
> Arno,
> 
> I have reworked your component and sample application. I haven't changed
> any feature, just renamed a few things, adjusted source disposition and
> made a separate source.
> 
> The source file is VC32\WSocketTS.pas, VC32\WSocketTS.dcr,
> Internet\ThrdSrvV3.dpr, Internet\ThrdSrvV3_1.pas,
> Internet\ThrdSrvV3_1.dfm. 
> 
> It is uploaded as part of "last beta" on my website.

 
Fine, although I was going to add events you suggested yesterday as well
as OnClientAttached and OnClientDetached, never mind.
It's more important that it runs stable (tested by many users) before I
try to derive a SSL-version from it. 

---
Arno Garrels [TeamICS]


 
> --
> [EMAIL PROTECTED]
> http://www.overbyte.be
> 
> 
> ----- Original Message -----
> From: "Arno Garrels" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, November 04, 2005 6:18 PM
> Subject: Re: [ICS-SSL] Multi threading test case
> 
> 
> Francois,
> 
>> Isn't it better to derive a TWSocketThreadedServer from TWSocketServer by
>> adding most of ThrdSrv sample code into the component and then derive
>> TSslWSocketThreadedServer from it ?
> 
> You were right, it's better to derive a (working) threaded TWSocketServer
> first and then derive a SSL version from that component. Included is a
> threaded,
> non SSL component including a demo. It's thread design is 'clients per
> thread',
> it does not have a real thread pool but acts similar. I used Windows
> events for synchronization.
> Do you think it's OK as base for the SSL version?
> I put the TThrdTWSocketServer in latest WSockets.pas from ICS-SSL V5.
> You have to rebuild all in order to install the newcomponent.
> 
> Arno
-- 
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