> As usual you forgot about the SSL side, right?
> The .inc' Arno produced for
> me seems not compatible with the new buffering system!

It is exact that I didn't checked the SSL stuff. I was thinking there was no
impact on it.
Anyway, ICS-V6-SSL is alpha code and is not even available.

> Also there was no BCB2006 package included!!

This package is still alpha code. Your current package is not impacted by
the changes.

Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html
--
[EMAIL PROTECTED]
Author of ICS (Internet Component Suite, freeware)
Author of MidWare (Multi-tier framework, freeware)
http://www.overbyte.be

----- Original Message ----- 
From: "Fastream Technologies" <[EMAIL PROTECTED]>
To: "ICS support mailing" <twsocket@elists.org>
Sent: Monday, June 12, 2006 7:36 AM
Subject: Re: [twsocket] New ICS-V6 beta


> As usual you forgot about the SSL side, right? The .inc' Arno produced for
> me seems not compatible with the new buffering system! Also there was no
> BCB2006 package included!!
>
> Regards,
>
> SubZero
>
> ----- Original Message ----- 
> From: "Francois PIETTE" <[EMAIL PROTECTED]>
> To: "ICS support mailing" <twsocket@elists.org>
> Sent: Sunday, June 11, 2006 8:38 PM
> Subject: Re: [twsocket] New ICS-V6 beta
>
>
> :> To test the new buffering, is it sufficient to copy on the
wsockbuf.pas?
> : > My
> : > copy here uses ICSv6SSL and I do not want to change the entire package
> due
> : > to time constraints...
> :
> : Defenitely not. There are changes in WSocket.pas also. All to buffer
> : handling has been moved to WSockBuf?.pas. Previously only the buffer
class
> : was in WSockBuf.pas. Now the "manager" is also there. TryToSend and
> : PutDataInSendBuffer are the most updated routines in TWSocket. Use
> WinMerge
> : to find out the changes.
> :
> : Only WSockBuf.pas and WSocket.pas has been changed. I think there is no
> : problem for you to replace those files and even the whole stuff because
I
> : included all your changes and Arno's changes as well.
> :
> : --
> : [EMAIL PROTECTED]
> : http://www.overbyte.be
> :
> : > ----- Original Message ----- 
> : > From: "Francois PIETTE" <[EMAIL PROTECTED]>
> : > To: "ICS support mailing" <twsocket@elists.org>
> : > Sent: Sunday, June 11, 2006 7:04 PM
> : > Subject: Re: [twsocket] New ICS-V6 beta
> : >
> : >
> : >> Forgot to say that multithread application should also benefit of the
> : >> buffer
> : >> scheme change because of better concurrency. There is now one
critical
> : >> section per component instead of one global critical section.
> : >> In the future I plan to use a global list of free buffers to reduce
> : >> memory
> : >> allocation even more.
> : >>
> : >> --
> : >> [EMAIL PROTECTED]
> : >> http://www.overbyte.be
> : >>
> : >>
> : >> ----- Original Message ----- 
> : >> From: "Francois PIETTE" <[EMAIL PROTECTED]>
> : >> To: <twsocket@elists.org>
> : >> Sent: Sunday, June 11, 2006 5:31 PM
> : >> Subject: [twsocket] New ICS-V6 beta
> : >>
> : >>
> : >>> I've just uploaded a new ICS-V6 beta to my website.
> : >>> This version include:
> : >>> - Latest Arno Garrels fixes and changes (Mostly to support ICS-SSL)
> : >>> - Latest fastream changes (Mostly to support CBuilder 2006)
> : >>> - My own changes (A completely revamped TWSocket buffer scheme).
> : >>>
> : >>> The new buffer scheme (Located WSockBuf.pas source file) use two
> doubly
> : >>> linked list of buffer to optimise memory allocation. This should be
> much
> : >>> faster that previous version, specially when putting a lot of data
> into
> : >>> the
> : >>> send buffer (writing fatser than network speed).
> : >>>
> : >>> Any comment welcome.
> : >>>
> : >>>
> : >>> --
> : >>> Contribute to the SSL Effort. Visit
> http://www.overbyte.be/eng/ssl.html
> : >>> --
> : >>> [EMAIL PROTECTED]
> : >>> 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
> : >
> : > -- 
> : > 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

-- 
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