Re: [twsocket] twsocket Server

2007-04-24 Thread Gary Stafford
Sounds Promising, Thanks Gary -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wilfried Mestdagh Sent: 24 April 2007 16:48 To: ICS support mailing Subject: Re: [twsocket] twsocket Server Hello Gary, You can also use OnSendData witch is fired every time

Re: [twsocket] twsocket Server

2007-04-24 Thread Gary Stafford
ary -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Francois Piette Sent: 24 April 2007 15:20 To: ICS support mailing Subject: Re: [twsocket] twsocket Server > I have an application that creates the data to send over a > socket on the fly and would like to h

Re: [twsocket] twsocket Server

2007-04-24 Thread Wilfried Mestdagh
Hello Gary, You can also use OnSendData witch is fired every time a packet is delivered to winsock (dont confuse with OnDataSent). --- Rgds, Wilfried [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html http://www.mestdagh.biz -- To unsubscribe or change your settings for TWSocket mailing

Re: [twsocket] twsocket Server

2007-04-24 Thread Francois Piette
> I have an application that creates the data to send over a > socket on the fly and would like to have a progress bar that > tells me how much data is left to send. Since it is your application that send the data and know how many data is left to send, I think it is not a socket problem at all !

Re: [twsocket] twsocket Server

2007-04-24 Thread Arno Garrels
Gary Stafford wrote: > Hi, > > > > I have an application that creates the data to send over a socket on > the fly and would like to have a progress bar that tells me how much > data is left to send. > > > > So what is the best way to get information about the buffer that is > used by > > >

Re: [twsocket] TWsocket server client list Error

2006-10-25 Thread Miguel Ca
iette" <[EMAIL PROTECTED]> Reply-To: ICS support mailing To: "ICS support mailing" Subject: Re: [twsocket] TWsocket server client list Error Date: Wed, 18 Oct 2006 09:07:40 +0200 >I did this in TcpSrv (adding the thread etc ) demo and into a service. The >demo works fine

Re: [twsocket] TWsocket server client list Error

2006-10-18 Thread Francois Piette
>I did this in TcpSrv (adding the thread etc ) demo and into a service. The >demo works fine and no blank ip port connections appeared but the service >did not work and in some moment did not receive more connections. I still >have 10038 errors in BgExcep. I already check buffers and all code to av

Re: [twsocket] TWsocket server client list Error

2006-10-17 Thread Miguel Ca
t; Reply-To: ICS support mailing To: "ICS support mailing" Subject: Re: [twsocket] TWsocket server client list Error Date: Fri, 13 Oct 2006 17:43:00 +0200 Miguel Cañas wrote: >> hi Arno >> >> I am running ICS in a nt service and i am using multi threading but >> th

Re: [twsocket] TWsocket server client list Error

2006-10-15 Thread Miguel Ca
k you >> >> Miguel Angel Cañas C. >> >> >> >> >>> From: "Arno Garrels" <[EMAIL PROTECTED]> >>> Reply-To: ICS support mailing >>> To: "ICS support mailing" >>> Subject: Re: [twsocket] TWsocket se

Re: [twsocket] TWsocket server client list Error

2006-10-13 Thread Arno Garrels
rbyte/teamics.html >> >> >> Miguel Angel Cañas C. >> >> >> >> >>> From: "Arno Garrels" <[EMAIL PROTECTED]> >>> Reply-To: ICS support mailing >>> To: "ICS support mailing" >>> Subject: Re: [twsocket

Re: [twsocket] TWsocket server client list Error

2006-10-13 Thread Miguel Ca
C. From: "Arno Garrels" <[EMAIL PROTECTED]> Reply-To: ICS support mailing To: "ICS support mailing" Subject: Re: [twsocket] TWsocket server client list Error Date: Thu, 12 Oct 2006 19:03:52 +0200 Miguel, are you running ICS in a multi-threaded application or

Re: [twsocket] TWsocket server client list Error

2006-10-12 Thread Arno Garrels
rverExBgException >> FlushTimeout = 60 >> SendFlags = wsSendNormal >> LingerOnOff = wsLingerOn >> LingerTimeout = 0 >> KeepAliveOnOff = wsKeepAliveOnSystem >> KeepAliveTime = 3 >> KeepAliveInterval = 1000 >> SocksLevel =

Re: [twsocket] TWsocket server client list Error

2006-10-12 Thread Wilfried Mestdagh
> KeepAliveTime = 3 > KeepAliveInterval = 1000 > SocksLevel = '5' > SocksAuthentication = socksNoAuthentication > BannerTooBusy = 'Sorry, too many clients' > MaxClients = 300 > OnClientDisconnect = WSocketServerExClientDisconnect >

Re: [twsocket] TWsocket server client list Error

2006-10-11 Thread Miguel Ca
d works fine if no heavy traffic start again but i can free the > used positions with empty connections (no ip no port). > Thank you > Miguel Angel Cañas C. >>From: Wilfried Mestdagh <[EMAIL PROTECTED]> >>Reply-To: ICS support mailing >>To: tws

Re: [twsocket] TWsocket server client list Error

2006-10-06 Thread Wilfried Mestdagh
nt nothing. > This behavior repeats only with heavy traffic. > If i start a new valid connection after i while this connection is added to > the end and works fine if no heavy traffic start again but i can free the > used positions with empty connections (no ip no port). > Thank yo

Re: [twsocket] TWsocket server client list Error

2006-10-05 Thread Miguel Ca
o ip no port). Thank you Miguel Angel Cañas C. From: Wilfried Mestdagh <[EMAIL PROTECTED]> Reply-To: ICS support mailing To: twsocket@elists.org Subject: Re: [twsocket] TWsocket server client list Error Date: Thu, 5 Oct 2006 15:59:48 +0200 Hello Miguel, > However I want to ask som

Re: [twsocket] TWsocket server client list Error

2006-10-05 Thread Wilfried Mestdagh
> It seems the Client[] is not up to date. Perhaps we should remove the client > from there when the disconnect signal is received? (not when the object is > destroyed?) The only reason I can think about is that there is eather an exception error in the OnClientDisconnect event, or something with

Re: [twsocket] TWsocket server client list Error

2006-10-05 Thread Fastream Technologies
upport mailing" Sent: Thursday, October 05, 2006 5:01 PM Subject: Re: [twsocket] TWsocket server client list Error : Hello Fastream, : : But if a client disconnect with an error in high traffic, which events : are you logging ? Seems a wierd problem to me... : : --- : Rgds,

Re: [twsocket] TWsocket server client list Error

2006-10-05 Thread Wilfried Mestdagh
Hello Fastream, But if a client disconnect with an error in high traffic, which events are you logging ? Seems a wierd problem to me... --- Rgds, Wilfried [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html http://www.mestdagh.biz -- To unsubscribe or change your settings for TWSocket m

Re: [twsocket] TWsocket server client list Error

2006-10-05 Thread Wilfried Mestdagh
L PROTECTED]> >>Reply-To: ICS support mailing >>To: ICS support mailing >>Subject: Re: [twsocket] TWsocket server client list Error >>Date: Thu, 5 Oct 2006 12:42:03 +0200 >> >>Hello Miguel, >> >>BGException is background exception. It comes from the mess

Re: [twsocket] TWsocket server client list Error

2006-10-05 Thread Fastream Technologies
a : .Close call : : Thank you : : Miguel Angel Cañas C. : : : >From: Wilfried Mestdagh <[EMAIL PROTECTED]> : >Reply-To: ICS support mailing : >To: ICS support mailing : >Subject: Re: [twsocket] TWsocket server client list Error : >Date: Thu, 5 Oct 2006 12:42:03 +0200 : >

Re: [twsocket] TWsocket server client list Error

2006-10-05 Thread Miguel Ca
AIL PROTECTED]> Reply-To: ICS support mailing To: ICS support mailing Subject: Re: [twsocket] TWsocket server client list Error Date: Thu, 5 Oct 2006 12:42:03 +0200 Hello Miguel, BGException is background exception. It comes from the message pump. This means it can come also from your code in one

Re: [twsocket] TWsocket server client list Error

2006-10-05 Thread Wilfried Mestdagh
Hello Miguel, BGException is background exception. It comes from the message pump. This means it can come also from your code in one of the TWSocket events. To test put them all in a exception block until you found the error (if it is over there of course). Socket operation on a non socket means

Re: [twsocket] TWSocket Server receives -1 instead ofreceivinghexadecimal values (array)

2006-08-08 Thread Francois Piette
t 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: "S S" <[EMAIL PROTECTED]> To: "ICS support mailing"

Re: [twsocket] TWSocket Server receives -1 instead of receivinghexadecimal values (array)

2006-08-08 Thread S S
Hi, My client is using the receive method But I want the server to receive the values May be I could not explain my problem clearly.I want my created server to connect to my created client in this case reader and receive response continously. Moreover the values that the reader sends a

Re: [twsocket] TWSocket Server receives -1 instead of receivinghexadecimal values (array)

2006-08-08 Thread Francois Piette
> SByteCount := TCPServer.Receive(@SBuffer, SizeOf(SBuffer) - 1); You call Receive on the server socket. Wrong. You have to call Receive on the client socket. Have a look at TcpSrv sample program. Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] Aut