Re: [twsocket] WSocketServer stops listening

2005-09-09 Thread Wilfried Mestdagh
Hello Shekar, I suggest following for a 24/7 server: 1. in OnBGException set CanClose to True 2. in OnSessionClosed post a message to custom message handler that set it to Listen again. And meanwile log all and also the winsock error if any. This way your server will stay running while it doe

Re: [twsocket] WSocketServer stops listening

2005-09-09 Thread A.Shekar
Hi Wilfried, The normal load is 40-60%. In Server BGException i set CanClose := False. Other info i can check on monday morning. regards Shekar   -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website

Re: [twsocket] [TMimeDec] Beta version to test

2005-09-09 Thread Dan
Ok, you guys need to chill. I agree with both of you, bugs need to be fixed (and documented if they change the usage of the component) and new bugs shouldnt be introduced (missing message parts). Yes, I know my points are common sense. Just chill. Dan - Original Message - From: "Angu

[twsocket] VoIP

2005-09-09 Thread EricZ17
Does anyone have a successful example of using ICS for VoIP? Do any components or units exist for a turnkey solution? Thanks! Eric -- 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.

Re: [twsocket] Winsock Error 10035

2005-09-09 Thread Wilfried Mestdagh
Hello Igor, > obtain an error 10035 from time to time during a communication. In witch event do you have this error ? It should normally never occur because it it handled by TWSocket. > meaning the communication is slow... about 1000 byte per a second A PII-300 machine can easely saturation a 1

[twsocket] HTTPCli.GetAsync problem.

2005-09-09 Thread Ann
Ok. I made simple application based on Http.GetAsync function. Heres what i got: Components: -TList_1 - List of busy components -TList_2 - List of free components -HTTPCli - 30 more created dynamicly -TStringList - a queue of hosts to gather data from -ListView - table to store gathered data -Tim

Re: [twsocket] Winsock Error 10035

2005-09-09 Thread Francois PIETTE
Error 10035 is not a real error with async socket. It just mean you have to wait a little bit more. You can safely ignore it. 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 fr

[twsocket] Winsock Error 10035

2005-09-09 Thread Igor Pokorny
Hello all, using WinsokcS against an unknown client comunicates binary (I needed an hour or so to understand clearing the welcome banner doesn't work ;-} I obtain an error 10035 from time to time during a communication. By my meaning the communication is slow... about 1000 byte per a second, ma

Re: [twsocket] [TMimeDec] Beta version to test

2005-09-09 Thread Angus Robertson - Magenta Systems Ltd
As far as I can see, no-one else in this mailing has attempted to test the new TMimeDec component, just me. I've found it does not work as well as the previous component, ignoring complete parts of the email. The internals of the component are irrelavant to me and most users, we really don't

Re: [twsocket] WSocketServer stops listening

2005-09-09 Thread Francois Piette
> I have a program with WSocketServer. > This Server just stops listening for new connections. > I do a Server.Close and Server.Listen and then new > connections start coming in. What could be the reason? You say it just stop. No error message, no exception ? About exception are you sure you haven