Re: [twsocket] Client socket gets disconnected..

2006-08-16 Thread S S
Hi, I added an event onSessionClosed.Now my client fires this event after sending the second command to create notification channel.and shows the message client disconnected.My question is why does my client gets disconnected after sending the second command.Please suggest where am i

Re: [twsocket] Problem in reconnecting.

2006-08-16 Thread S S
Hi, I added an event onSessionClosed.Now my client fires this event after sending the second command to create notification channel.and shows the message client disconnected.My question is why does my client gets disconnected after sending the second command.Please suggest where am i

Re: [twsocket] Client socket gets disconnected..

2006-08-16 Thread Francois Piette
I added an event onSessionClosed.Now my client fires this event after sending the second command to create notification channel.and shows the message client disconnected.My question is why does my client gets disconnected after sending the second command.Please suggest where am i wrong?

[twsocket] Reduce Priority TFTPServer

2006-08-16 Thread Allan Fernandes
Hi, I am using Delphi 5 with your TFTPServer and TFTPClient over a LAN network. There are 20 machines sending data simultaneously to the same TFTPServer. This is slowing down the machine considerably. I have no problem if the FTP transfers are slowed down instead, therefore I am trying to add

Re: [twsocket] Reduce Priority TFTPServer

2006-08-16 Thread Francois Piette
How can I reduce the priority of TFTPServer ? Windows API allows you to change a process priority or a thread priority. You can also temporary suspend the socket activity. It has been implemented in HTTP client component (bandwidth limitation). You could implement similar feature in the FTP

Re: [twsocket] AN: Google Search Interface

2006-08-16 Thread David A. G.
Francois: No, at the moment, because it is donation-ware ;) thanks, David Aguirre Grazio downloads.mcrenox.com.ar - Original Message - From: Francois Piette [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Monday, August 14, 2006 3:34 AM Subject: Re: [twsocket]

Re: [twsocket] AN: Google Search Interface

2006-08-16 Thread Francois PIETTE
No, at the moment, because it is donation-ware ;) Would you then consider building a demo program to issue a SOAP request with ICS HTTP client component ? -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] http://www.overbyte.be -- To unsubscribe

Re: [twsocket] AN: Google Search Interface

2006-08-16 Thread Fastream Technologies
Isn't there a limit on the number of queries conducted with Google API? How do you by-pass that? Congratulations, SZ - Original Message - From: David A. G. [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Wednesday, August 16, 2006 2:31 PM Subject: Re: [twsocket]

Re: [twsocket] AN: Google Search Interface

2006-08-16 Thread Fastream Technologies
I mean isn't there a daily limit on number of searches per API account? Your code does not ask for end user to enter account info, or at least does not require it. Regards, SubZero - Original Message - From: Fastream Technologies [EMAIL PROTECTED] To: ICS support mailing

Re: [twsocket] AN: Google Search Interface

2006-08-16 Thread David A. G.
Would you then consider building a demo program to issue a SOAP request with ICS HTTP client component ? Sure! I was thinking in that. David - Original Message - From: Francois PIETTE [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Wednesday, August 16, 2006

Re: [twsocket] AN: Google Search Interface

2006-08-16 Thread David A. G.
Isn't there a limit on the number of queries conducted with Google API? How do you by-pass that? Yes, google has a limit of 1000 queries by day. But I have some accounts and a random key selector. Your code does not ask for end user to enter account info, or at least does not require

Re: [twsocket] Problem in reconnecting.

2006-08-16 Thread Wilfried Mestdagh
Hello, Please check the Error argumend in the OnSessionConnected and also in the OnSessionClosed. Both can tell you if the failure comes from somewhere in the network. You can also use SocketSpy (user made page) to see who disconnect if there is no error. I'm not sure if Socketspy log this, but

[twsocket] Disconnect detection

2006-08-16 Thread Frédéric SCHENCKEL
Hello, I have a TWSocket who connects to a printer. What's the best way to detect a broken connection. TWSocket is only waiting for data from the printer (special printer...) therefore I do a TWSocket.connect. When the printer is Offline (power off for example) after the connection is

[twsocket] Using Pop3Cli in a thread

2006-08-16 Thread Patrick Wong
Thank you for your response. Or use the messageLoop of TWSocket if you dont need to receive custom messages. Set Multithreaded to true. But may I know how? I am not quite familiar with Delphi. From the Pop3prot.hpp MultiThreaded is a protected bool of TSyncPop3Cli, which is inherited from