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
CS support mailing To: ICS support mailing Subject: Re: [twsocket] TWsocket server client list Error Date: Fri, 6 Oct 2006 12:35:51 +0200 Hello Miguel, Your code looks OK. Very strange this behavour. Can you make a simple demo (GUI) project to demonstrate the behavour ? Possible I have time this

Re: [twsocket] TWsocket server client list Error

2006-10-06 Thread Wilfried Mestdagh
to make a close >>socket >> > in case that some timeotu expired, the code looks like this: >> >> > //check for a valid client >> > if WSocketServerEx.IsClient( WSocketServerEx.Client[ i ] ) >>then >> > begin >

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
7 PM Subject: Re: [twsocket] TWsocket server client list Error : Thank you for the answer Wilfried : : Im following your suggestios and I will test the Wsockets events today with : try .. except blocks to try to find the error. : : However I want to ask something to, Is there a theory for the conne

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

[twsocket] TWsocket server client list Error

2006-10-05 Thread Miguel Ca
Hi I am using TwSocketServer in a service application that receives information from a POS Machine (using TCP) and I am having problems with the number of clients that shows WSocketServerEx.ClientCount. In some cases clientcount return more connections than the number of machines that I have c