Re: [twsocket] Strange Service/SSL bug that does not happen on GUIproject

2011-10-12 Thread Fastream Technologies
I found the issue. The TrustedCABundle.pem was in relative path to process folder. In services this is not working as the current path is not the path of the exe!! Best Regards, SZ On Wed, Oct 12, 2011 at 08:36, Fastream Technologies ga...@fastream.comwrote: No error message. The background

[twsocket] Strange Service/SSL bug that does not happen on GUI project

2011-10-11 Thread Fastream Technologies
Hello, I am trying to run our tsslhttpcli service against _any_ SSL web site such as https://encrypted.google.com and it raises an exception in handshake. The same code with a GUI debug project works fine. It's been two days and customers are complaining. Any ideas? Best Regards, SubZero -- To

Re: [twsocket] Strange Service/SSL bug that does not happen on GUIproject

2011-10-11 Thread Fastream Technologies
No error message. The background exception handler catches it silently. Regards, SZ On Wed, Oct 12, 2011 at 08:07, Arno Garrels arno.garr...@gmx.de wrote: Fastream Technologies wrote: Hello, I am trying to run our tsslhttpcli service against _any_ SSL web site such as

[twsocket] Strange SSL-components problem

2011-03-30 Thread Dimitris Botsis
Hi all, I have a very strange problem with ICS. I try to use ICS v7 (Oct/2010) fresh downloaded from you website (overbyte.be). I install it on Delphi 7. All is OK when starting. I have an empty form and drop 2 components on it : - a Tsslhttpcli - a TsslContext I have already included the

Re: [twsocket] Strange SSL-components problem

2011-03-30 Thread Arno Garrels
Hi, at first you should get atest ICS source code and OpenSSL DLLs from http://wiki.overbyte.be/wiki/index.php/ICS_Download The problem with undeclared identifiers is easily solved by rebuilding the project, a simple compile is not enough after changing the USE_SSL directive. -- Arno Garrels

Re: [twsocket] Strange SSL-components problem

2011-03-30 Thread Dimitris Botsis
Hi Arno, thank you for replying. I rebuild the project every time the problem occurs. I even uninstall the whole package and install it again. First times it works fine without problems. And then, starts reporting about undeclared identifiers of SSL-components. Only for SSL components. It's

Re: [twsocket] Strange SSL-components problem

2011-03-30 Thread Dimitris Botsis
Hi all, I corrected the problem, thank you Arno and Francois for helping. I did not have USE_SSL enabled but although it was not enabled, the first times the build was succesful with SSL support - I don't know why. Anyway, now I have rebuilt the whole package with USE_SSL and it's fine. Thank

Re: [twsocket] Strange SSL-components problem

2011-03-30 Thread Arno Garrels
Dimitris Botsis wrote: Hi Arno, thank you for replying. I rebuild the project every time the problem occurs. I even uninstall the whole package and install it again. First times it works fine without problems. That's because the package is built with USE_SSL enabled by default. However you

[twsocket] Strange UDP behaviour

2011-02-28 Thread Éric Fleming Bonilha
Hi I don´t know if this message is OT, maybe slight OT, but I´m facing an interesting problem with UDP datagrams and Windows 7/2008 stack Well, we have a scenario where a machine can´t receive over 30 mbits of UDP data on a local gigabit ethernet, and to make it worse, the whole windows

Re: [twsocket] Strange ICS application issue (MadExcept report)

2010-12-04 Thread Arno Garrels
Fastream Technologies wrote: Hello, I have received the below report from a tester. What could be the cause of it, any idea? From the stack trace it looks like the exception is raised in TComponent.RemoveFreeNotifications of the CtrlSocket. Is the SslContext or an IcsLogger instance shared

Re: [twsocket] Strange ICS application issue (MadExcept report)

2010-12-04 Thread Arno Garrels
Fastream Technologies wrote: Dear Arno, On Sat, Dec 4, 2010 at 2:11 PM, Arno Garrels arno.garr...@gmx.de wrote: Fastream Technologies wrote: Hello, I have received the below report from a tester. What could be the cause of it, any idea? From the stack trace it looks like the

Re: [twsocket] Strange ICS application issue (MadExcept report)

2010-12-04 Thread Fastream Technologies
Hello, On Sat, Dec 4, 2010 at 3:55 PM, Arno Garrels arno.garr...@gmx.de wrote: Fastream Technologies wrote: Dear Arno, On Sat, Dec 4, 2010 at 2:11 PM, Arno Garrels arno.garr...@gmx.de wrote: Fastream Technologies wrote: Hello, I have received the below report from a tester.

Re: [twsocket] Strange ICS application issue (MadExcept report)

2010-12-04 Thread Fastream Technologies
Dear Arno, I have written the below code after your suggestion and wish to get your feedback before uploading as a beta: void __fastcall ReverseProxyClientThread::Execute() // multiple worker client objects, both TSslHttpCli's and THttpConnections are in the context of this { // Place thread

Re: [twsocket] Strange ICS application issue (MadExcept report)

2010-12-04 Thread Arno Garrels
Fastream Technologies wrote: Dear Arno, I have written the below code after your suggestion and wish to get your feedback before uploading as a beta: I can't say whether it's OK or not. Just make sure that all your TSsl objects in that thread are assigned a SslContext created in the

[twsocket] Strange ICS application issue (MadExcept report)

2010-12-03 Thread Fastream Technologies
Hello, I have received the below report from a tester. What could be the cause of it, any idea? date/time : 2010-12-02, 14:47:31, 34ms computer name : ANAKIN user name : Administrator admin registered owner : Microsoft / Microsoft operating system : Windows 2008 R2 x64

[twsocket] Strange threads in ICS applications in Win7

2010-09-13 Thread Arno Garrels
Hi, FYI: http://stackoverflow.com/questions/2484921/strange-threads-in-application-in-win7-wow64 -- Arno Garrels -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at

Re: [twsocket] Strange threads in ICS applications in Win7

2010-09-13 Thread Fastream Technologies
I wonder if this is the case with Win2008R2 as well... SZ On Mon, Sep 13, 2010 at 10:40 AM, Arno Garrels arno.garr...@gmx.de wrote: Hi, FYI: http://stackoverflow.com/questions/2484921/strange-threads-in-application-in-win7-wow64 -- Arno Garrels -- To unsubscribe or change your

Re: [twsocket] Strange ICS proxy server in service app problem

2010-05-24 Thread Fastream Technologies
I have made some more tests on my Win7Pro and saw that MS was clever enough to raise the 1 handles per process limit in newer Windows'. I think the new limit is something like 24-25000. To support 20k connections with ICS, we still need to raise the WH_MAX_MSG though. Any comment on making

Re: [twsocket] Strange ICS proxy server in service app problem

2010-05-23 Thread Francois PIETTE
Not sure how the debug GUI exe works but I found a solution for the service: In ...WndControl.pas, const TIcsWndControlVersion = 110; CopyRight : String = ' TIcsWndControl (c) 2002-2008 F. Piette V1.10 '; WH_MAX_MSG = 400; == MODIFIED THIS from 100 so that it

Re: [twsocket] Strange ICS proxy server in service app problem

2010-05-23 Thread Fastream Technologies
Hi and welcome back Francois. On Sun, May 23, 2010 at 12:12 PM, Francois PIETTE francois.pie...@skynet.be wrote: Not sure how the debug GUI exe works but I found a solution for the service: In ...WndControl.pas, const TIcsWndControlVersion = 110; CopyRight : String = '

Re: [twsocket] Strange ICS proxy server in service app problem

2010-05-21 Thread Fastream Technologies
Hi Arno, Not sure how the debug GUI exe works but I found a solution for the service: In ...WndControl.pas, const TIcsWndControlVersion = 110; CopyRight : String = ' TIcsWndControl (c) 2002-2008 F. Piette V1.10 '; WH_MAX_MSG = 400; == MODIFIED THIS from 100 so

[twsocket] Strange ICS proxy server in service app problem

2010-05-20 Thread Fastream Technologies
Hello, When under stress test, the service -project- crashes and needs a Task manager kill with more than 5,860 connections. When I use the same source with GUI project, it easily scales up to 20,000 connections. Any idea what we should be taking care of that we have not?? Thanks, SZ -- To

Re: [twsocket] Strange ICS proxy server in service app problem

2010-05-20 Thread Fastream Technologies
Here is what I have done more: - attached the debugger to service process and got, http://www.fastream.com/ics/icserror8.png Hope you can help, SZ On Thu, May 20, 2010 at 7:10 PM, Fastream Technologies ga...@fastream.comwrote: Hello, When under stress test, the service -project- crashes and

Re: [twsocket] Strange ICS proxy server in service app problem

2010-05-20 Thread Arno Garrels
Fastream Technologies wrote: Here is what I have done more: - attached the debugger to service process and got, http://www.fastream.com/ics/icserror8.png ERROR_NOT_ENOUGH_MEMORY 8 (0x8) -- Arno Garrels Hope you can help, SZ On Thu, May 20, 2010 at 7:10 PM, Fastream Technologies

Re: [twsocket] Strange ICS proxy server in service app problem

2010-05-20 Thread Fastream Technologies
Yes I see but under the same computer, same Win7Pro, same 4GB RAM, the GUI -debug- project that does exactly the same thing works very well!! I am trying to push the 32-bit compiler to its limits. On Thu, May 20, 2010 at 8:17 PM, Arno Garrels arno.garr...@gmx.de wrote: Fastream Technologies

Re: [twsocket] Strange ICS proxy server in service app problem

2010-05-20 Thread Arno Garrels
Fastream Technologies wrote: Yes I see but under the same computer, same Win7Pro, same 4GB RAM, the GUI -debug- project that does exactly the same thing works very well!! I guess both use the same ICS, isn't it? So most likely something in your service-code makes the difference. -- Arno

[twsocket] Strange bug in WSocketServer

2010-03-10 Thread Bjørnar Nielsen
I use Codegear2010 C++-builder and have a strange problem. The following code gives me the error: -- TWSocketServer * WSocketServer1=new TWSocketServer(this); WSocketServer1-Listen(); - The call to Listen calls Abort instead of Listen in the pas-file (set

Re: [twsocket] Strange bug in WSocketServer

2010-03-10 Thread Arno Garrels
Bjørnar Nielsen wrote: I use Codegear2010 C++-builder and have a strange problem. The following code gives me the error: -- TWSocketServer * WSocketServer1=new TWSocketServer(this); WSocketServer1-Listen(); - No problem here, of course I get a socket

Re: [twsocket] Strange bug in WSocketServer

2010-03-10 Thread Bjørnar Nielsen
Of Arno Garrels Sent: 10. mars 2010 14:39 To: ICS support mailing Subject: Re: [twsocket] Strange bug in WSocketServer Bjørnar Nielsen wrote: I use Codegear2010 C++-builder and have a strange problem. The following code gives me the error: -- TWSocketServer * WSocketServer1

Re: [twsocket] Strange bug in WSocketServer

2010-03-10 Thread Fastream Technologies
anybodys time. Regards Bjørnar -Original Message- From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On Behalf Of Arno Garrels Sent: 10. mars 2010 14:39 To: ICS support mailing Subject: Re: [twsocket] Strange bug in WSocketServer Bjørnar Nielsen wrote: I use

[twsocket] Strange e-mail problems Server 2003

2008-01-02 Thread Arno Garrels
Hi, One of my customers reported problems sending mail with an TSmtpCli application when the Windows firewall is turned on. Strange is that sending mail data fails for some reason and the server drops the connection after ~2 minutes (of inactivity) even though port 25 is explicitely opened.

Re: [twsocket] Strange e-mail problems Server 2003

2008-01-02 Thread Dod
Hello Arno, I see in the log that there is 5 seconds delay between DATA and the 10054 error. This may be interesting. During this delay do you send data ? I say this because some server will close cnx if no data transmitted fast enought and do not receive data for xx seconds, usually the

Re: [twsocket] Strange e-mail problems Server 2003

2008-01-02 Thread Arno Garrels
Dod wrote: Hello Arno, I see in the log that there is 5 seconds delay between DATA and the 10054 error. This may be interesting. No, the delay is 2 minutes and 5 seconds. One thing I can imagine is a problem with MTU Discovery, since small packets (SMTP command/response) go thru, may be the

Re: [twsocket] Strange e-mail problems Server 2003

2008-01-02 Thread retnyg
did you try telnetting manually to the smtp server, or use another client ? maybe some antivirus stuff involved ? AG Dod wrote: Hello Arno, I see in the log that there is 5 seconds delay between DATA and the 10054 error. This may be interesting. AG No, the delay is 2 minutes and 5 seconds.

[twsocket] Strange effect

2007-08-15 Thread Markus Humm
Message: 2 Date: Tue, 14 Aug 2007 21:55:06 +0200 From: Markus Humm [EMAIL PROTECTED] Subject: [twsocket] Strange effect To: ICS support mailing twsocket@elists.org Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=ISO-8859-15; format=flowed Hello, I have two TCP

[twsocket] Strange effect

2007-08-14 Thread Markus Humm
Hello, I have two TCP connections via separate but similar made classes which both have the nearly identical keep alive machanism implemented. A timer is constantly checking wether data was received or not and if not the socket the client has been bound to in the OnSessionAvailable will be

Re: [twsocket] Strange Vista winsock behavior--any way to by-pass?

2007-05-05 Thread DZ-Jay
On May 4, 2007, at 10:02, Fastream Technologies wrote: I would not believe -before trying myself- this is what M$ called rewriting of TCP/IP stack!! It may not be a code efficiency problem, it may be intentionally crippled to prevent you from using the client version for any

Re: [twsocket] Strange Vista winsock behavior--any way to by-pass?

2007-05-05 Thread Angus Robertson - Magenta Systems Ltd
*Subject:* Re: [twsocket] Strange Vista winsock behavior--any way to by-pass? *From:* DZ-Jay [EMAIL PROTECTED] It may not be a code efficiency problem, it may be intentionally crippled to prevent you from using the client version for any high-performance communications, and force you

Re: [twsocket] Strange Vista winsock behavior--any way to by-pass?

2007-05-05 Thread Darin McGee
, May 05, 2007 9:51 AM To: twsocket@elists.org Subject: Re: [twsocket] Strange Vista winsock behavior--any way to by-pass? *Subject:* Re: [twsocket] Strange Vista winsock behavior--any way to by-pass? *From:* DZ-Jay [EMAIL PROTECTED] It may not be a code efficiency problem, it may

Re: [twsocket] Strange Vista winsock behavior--any way to by-pass?

2007-05-05 Thread Fastream Technologies
PROTECTED] On Behalf Of Angus Robertson - Magenta Systems Ltd Sent: Saturday, May 05, 2007 9:51 AM To: twsocket@elists.org Subject: Re: [twsocket] Strange Vista winsock behavior--any way to by-pass? *Subject:* Re: [twsocket] Strange Vista winsock behavior--any way to by-pass? *From:* DZ-Jay

Re: [twsocket] Strange Vista winsock behavior--any way to by-pass?

2007-05-05 Thread Arno Garrels
Angus Robertson - Magenta Systems Ltd wrote: *Subject:* Re: [twsocket] Strange Vista winsock behavior--any way to by-pass? *From:* DZ-Jay [EMAIL PROTECTED] It may not be a code efficiency problem, it may be intentionally crippled to prevent you from using the client version for any high

Re: [twsocket] Strange Vista winsock behavior--any way to by-pass?

2007-05-05 Thread Angus Robertson - Magenta Systems Ltd
http://xp-antispy.org/ Mine was from LvlLord, but looking in my folder it seems my latest Sophos anti-virus has deleted it... Hopefully Anti=Spy will last longer. Windows 2007, a I'm currently downloading I wonder why thr shop dislike me and won't let me download it! Angus -- To

Re: [twsocket] Strange Vista winsock behavior--any way to by-pass?

2007-05-04 Thread Fastream Technologies
Yes that's what I guessed as well but if it's inherent to Vista then Vista is not much suitable as server OS. I wonder if the issue is in client side or server sockets? Unfortunately I sold my other desktop and my laptop in in service so I cannot check against XP/2003. Best Regards, SZ On

Re: [twsocket] Strange Vista winsock behavior--any way to by-pass?

2007-05-04 Thread Darin McGee
, 2007 2:53 AM To: ICS support mailing Subject: Re: [twsocket] Strange Vista winsock behavior--any way to by-pass? Yes that's what I guessed as well but if it's inherent to Vista then Vista is not much suitable as server OS. I wonder if the issue is in client side or server sockets? Unfortunately I

Re: [twsocket] Strange Vista winsock behavior--any way to by-pass?

2007-05-04 Thread Dave Baxter
- From: Darin McGee [mailto:[EMAIL PROTECTED] Sent: Friday, May 04, 2007 12:00 PM To: ICS support mailing Subject: Re: [twsocket] Strange Vista winsock behavior--any way to by-pass? That's way Vista is sold as a client OS and Microsoft sells separate server software. Also, read your XP

Re: [twsocket] Strange Vista winsock behavior--any way to by-pass?

2007-05-04 Thread Fastream Technologies
it back as the box is opened, will hang on to it till we can get something bigger better and much faster to load it on. Dave B. -Original Message- From: Darin McGee [mailto:[EMAIL PROTECTED] Sent: Friday, May 04, 2007 12:00 PM To: ICS support mailing Subject: Re: [twsocket] Strange

[twsocket] Strange Vista winsock behavior--any way to by-pass?

2007-05-03 Thread Fastream Technologies
Hello, Recently I have upgraded my workstation to Vista Business 64-bit and face the following problem: - when run against IE7 or any other server, the ICS stress tester that I posted here before as well as Socrates, get into strange behavior: 1) After 1-2 mins, the sockets begin to not being

Re: [twsocket] Strange Vista winsock behavior--any way to by-pass?

2007-05-03 Thread Arno Garrels
Fastream Technologies wrote: Hello, Recently I have upgraded my workstation to Vista Business 64-bit and face the following problem: - when run against IE7 or any other server, the ICS stress tester that I posted here before as well as Socrates, get into strange behavior: 1) After 1-2

[twsocket] Strange exception that could only be seen in release mode due to the need for stress testing to reproduce it

2007-01-30 Thread Fastream Technologies
Hello, As the title says, in my WSocketMT/HTTPMT class which I also uploaded to http://www.fastream.com/ics, the latest version includes code such as, {* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *} function TCustomWSocketMTServer.AfterClientCreated( Client :

[twsocket] Strange service folder mapping problem for ICS web server

2006-12-06 Thread Fastream Technologies
Hello, When I use the UNC name as \\server\sharedFolder it works in FindFirst but not z:\ where Z:\ is actually mapped to sharedfolder under the same admin account in Windows. This happens with Win2003, XP. Any ideas? Best Regards, SZ -- To unsubscribe or change your settings for TWSocket

Re: [twsocket] Strange service folder mapping problem for ICS web server

2006-12-06 Thread Arno Garrels
Fastream Technologies wrote: Hello, When I use the UNC name as \\server\sharedFolder it works in FindFirst but not z:\ where Z:\ is actually mapped to sharedfolder under the same admin account in Windows. This happens with Win2003, XP. Drive mappings are not available in services by

Re: [twsocket] Strange HTTPServer problem on Load balancer

2005-12-30 Thread Fastream Technologies
I cannot capture local packets with Ethereal! Anyone know how to do it? Also, it may be worng to say that ethereal changes behavior. I may be wrong. Regards, SZ - Original Message - From: Francois PIETTE [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Friday,

[twsocket] Strange

2005-12-06 Thread Ionut Muntean
Hi, I'm experiencing a strange behavior of WSocket.Connect - WSocket.OnSessionConnected. I have 2 PC. One on which I develop my applications and a laptop. Both of them are Windows XP Proffesional with SP2 installed. The server my application is connecting is on the same 100 Mbps LAN as the 2 PC's

Re: [twsocket] Strange

2005-12-06 Thread Fastream Technologies
Hi, Is there a proxy setting on the second PC? That's what my problem was once. Regards, SZ - Original Message - From: Ionut Muntean [EMAIL PROTECTED] To: twsocket@elists.org Sent: Tuesday, December 06, 2005 3:31 PM Subject: [twsocket] Strange Hi, I'm experiencing a strange

Re: [twsocket] Strange

2005-12-06 Thread Marcello Vezzelli
Ionut Muntean wrote: I'm experiencing a strange behavior of WSocket.Connect - WSocket.OnSessionConnected. I have 2 PC. One on which I develop my applications and a laptop. Both of them are Windows XP Proffesional with SP2 installed. The server my application is connecting is on the same 100

Re: [twsocket] Strange

2005-12-06 Thread Florin Vancea
] To: twsocket@elists.org Sent: Tuesday, December 06, 2005 3:31 PM Subject: [twsocket] Strange Hi, I'm experiencing a strange behavior of WSocket.Connect - WSocket.OnSessionConnected. I have 2 PC. One on which I develop my applications and a laptop. Both of them are Windows XP Proffesional

Re: [twsocket] Strange

2005-12-06 Thread Francois Piette
I'm experiencing a strange behavior of WSocket.Connect - WSocket.OnSessionConnected. I have 2 PC. One on which I develop my applications and a laptop. Both of them are Windows XP Proffesional with SP2 installed. The server my application is connecting is on the same 100 Mbps LAN as the 2 PC's

Re: [twsocket] Strange

2005-12-06 Thread Ionut Muntean
for the quick response. / Ionut -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Florin Vancea Sent: 6 decembrie 2005 05:19 PM To: ICS support mailing Subject: Re: [twsocket] Strange Do you use symbolic names for the target host? What are your DNS settings on both

Re: [twsocket] Strange

2005-12-06 Thread Ionut Muntean
The telnet connection on the specified port on the server is working well. :( / Ionut Muntean -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Francois Piette Sent: 6 decembrie 2005 05:23 PM To: ICS support mailing Subject: Re: [twsocket] Strange I'm

Re: [twsocket] Strange

2005-12-06 Thread Florin Vancea
' twsocket@elists.org Sent: Tuesday, December 06, 2005 5:49 PM Subject: Re: [twsocket] Strange Of course, the first thing I thought was that there is a DNS problem so I've used numeric ip addresses in the Addr field. The result is the same. :( Anyway, the both machines are using the same (local) DNS

Re: [twsocket] Strange

2005-12-06 Thread Ionut Muntean
To: ICS support mailing Subject: Re: [twsocket] Strange Save some time, pick the big gun :) I mean: Start the packet monitor (you said it's a WXP-SP2) and see what's happening first hand on each machine. And please post back, as it looks interesting... - Original Message - From: Ionut

Re: [twsocket] Strange

2005-12-06 Thread Francois PIETTE
Excuse my ignorance, but please, is there a packet monitor in Window$ XP? I am a Linux user, and now I am forced to develop an windows app. :( Use Ethereal. Link on the link page at my website. It's a free tool. I'm using LanWatch which is a commercial tool. Search Google... -- Contribute to

Re: [twsocket] Strange

2005-12-06 Thread Francois PIETTE
-- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: Ionut Muntean [EMAIL PROTECTED] To: 'ICS support mailing' twsocket@elists.org Sent: Tuesday, December 06, 2005 4:51 PM Subject: Re: [twsocket] Strange The telnet connection on the specified port on the server is working

Re: [twsocket] Strange

2005-12-06 Thread Fastream Technologies
2005 06:24 PM To: ICS support mailing Subject: Re: [twsocket] Strange Save some time, pick the big gun :) I mean: Start the packet monitor (you said it's a WXP-SP2) and see what's happening first hand on each machine. And please post back, as it looks interesting... - Original Message

Re: [twsocket] Strange

2005-12-06 Thread Ionut Muntean
, as it is also used for the (*nix users wellknowed) qmail. 10x again, / Ionut Muntean -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Francois PIETTE Sent: 6 decembrie 2005 07:56 PM To: ICS support mailing Subject: Re: [twsocket] Strange The telnet connection

Re: [twsocket] Strange

2005-12-06 Thread Ionut Muntean
] [mailto:[EMAIL PROTECTED] On Behalf Of Francois PIETTE Sent: 6 decembrie 2005 07:56 PM To: ICS support mailing Subject: Re: [twsocket] Strange The telnet connection on the specified port on the server is working well. :( OK, so let's try with one of the ICS provided demos so that we are sure

Re: [twsocket] Strange

2005-12-06 Thread Francois PIETTE
PROTECTED] To: 'ICS support mailing' twsocket@elists.org Sent: Tuesday, December 06, 2005 7:51 PM Subject: Re: [twsocket] Strange TnClient is behaving the same strange way. TnClient displays: Connecting to xxx.xxx.xxx.xxx and then Connected but the welcome banner of the server is displayed

Re: [twsocket] Strange behavior or not?

2005-11-10 Thread Larini
Thanks Wilfred, but I need to send the next message only after I receive the ok from server. Wilfried Mestdagh wrote: Hello Larini, I'm getting unstable times, from 70 ms to 3 seconds. This can happen. It is depending the traffic on the network. If very heavy on a large network it _can_

[twsocket] Strange behavior or not?

2005-11-09 Thread Larini
Hi, here is my simple app, one client and one server. The mission: send a message from client to server and wait for replay. I'm getting unstable times, from 70 ms to 3 seconds. My question is: this is normal? What kind of client-server configuration I must have to get more stable results (like

Re: [twsocket] Strange behavior or not?

2005-11-09 Thread Wilfried Mestdagh
Hello Larini, I'm getting unstable times, from 70 ms to 3 seconds. This can happen. It is depending the traffic on the network. If very heavy on a large network it _can_ take a while. while gWait do begin application.ProcessMessages; sleep(1); end; This is not needed, you only waste CPU

[twsocket] Strange IP problem

2005-07-14 Thread Fastream Technologies
Hello, I am having a strange problem with my AUHttp Wininet based HTTP client and ICS THttpServer server. The problem is really strange. I have had reports of this from customers but could not have reproduced it until today. Here is the config: WinXP Pro SP2 all updates AMD 64 3000, 1GB RAM