[twsocket] HTTP Server seems not to listen sometime

2006-11-04 Thread Igor Pokorny
Hello guys, I do have a problem with ICS HTTP server I am not able to solve. My application is ruinning all the time. The server refuses to answer some time. It happened irregulary - mostly once in one month so it's pretty dificuly to catch ... There is 401 error message on the client side trying

Re: [twsocket] HTTP Server seems not to listen sometime

2006-11-08 Thread Igor Pokorny
> > > -- > Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html > -- > [EMAIL PROTECTED] > http://www.overbyte.be > > > > - Original Message - > From: "Igor Pokorny" <[EMAIL PROTECTED]> > To: "ICS support mai

[twsocket] Twsocketserver

2005-08-14 Thread Igor Pokorny
Hi guys, I do have a realtime application communicates to one side by USB and to the other acts as http server and/or TCPserver. I am trying to use ICS http server and everything seems OK. I use another free component of TCP server that has to run in different thread because of not event driven

Re: [twsocket] Twsocketserver

2005-08-15 Thread Igor Pokorny
Well, I would like to thank to all of you tried to help me. I have found the way how to manage a buffer in TWSchat1.pas (Thank you, Francois). BTW I would prefer to use Linemode too but I am not allowed to write TCP client by myself, it's a part of delivered software. FYI, every packet i obtain

[twsocket] XLMHTTPRequest

2005-08-17 Thread Igor Pokorny
I would like to thank Francois and Wilfried for their notices... TCP server and client work without any problem. My other question. Using http connection in a real time application with a lot of pictures (you know what customers are interesting about) is very slow... I am considering to use XLM

[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] TWSocket Digest, Vol 133, Issue 9

2005-09-10 Thread Igor Pokorny
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 satura

[twsocket] Receive function in ClientDataAvailable procedure

2005-09-13 Thread Igor Pokorny
Hello all, Could someone explain what the result -1 from Receive function in ClientDataAvailable procedure means? No data, error or something else ? Reading LastError after having result -1 gives the value 10035. Thanks in advance Igor -- To unsubscribe or change your settings for TWSocket mai

Re: [twsocket] Receive function in ClientDataAvailable procedure

2005-09-13 Thread Igor Pokorny
his case the 10035 > TWSocket take care of it. You never have to call LastError because > TWSocket have Error code in each event. > > --- > Rgds, Wilfried > http://www.mestdagh.biz > > Tuesday, September 13, 2005, 13:11, Igor Pokorny wrote: > > > Hello all, > &

[twsocket] Webinterface and PHP

2005-09-26 Thread Igor Pokorny
Hello friends, Back to the history... I tried today to get running Sven Schmits's Webinterface component. Browsing the archive I have found four years old messages only:-( Changing in a component a couple of private variables of THHPsrv to properties and correcting some errors in a code I was able

[twsocket] Thttpsrv and apache

2005-09-28 Thread Igor Pokorny
Hello friends, Trying to run slightly modified Webserver program from Francois together with running Apache I have got error 10048 even though I used different ports. I use Apache with IIS in one computer in my work without any problem. Where I am mistaken? Regards Igor -- To unsubscribe or cha

Re: [twsocket] Thttpsrv and apache

2005-09-28 Thread Igor Pokorny
I see. When I stop apache, my program runs with port:80 despite what is written in "Portedit" in your ICS Webserver demo The reason is in nonexistent .INI file. Sorry to bother... Igor On 9/28/05, Francois PIETTE <[EMAIL PROTECTED]> wrote: > > Trying to run slightly modified Webserver program

[twsocket] HTTP User Authentication

2005-11-10 Thread Igor Pokorny
Hello all, Could someone tell me where I can find some source or tutorial about the http user authentication? It would be best in connection with httpsrv component of course :-) with best regards Igor -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.eli

Re: [twsocket] Error in GET

2006-03-16 Thread Igor Pokorny
Hello friends, I use Fttpsrv against AJAX client. When a client asks twice the same request in a very short time, the second ask ends with an error {probably because of used stream or file]. I am not able to find out the main problem by debugging because it's a question of timing. Just now the ask

Re: [twsocket] THttpCli v6 : FollowRelocation / httpDnsLookup triggers request done

2006-05-06 Thread Igor Pokorny
Hello friends, I would like to know if there is a way how to stop receiving data in HTTPserver for a moment when I am running (in the same threat) part of program where I have to wait for a signal by communication with a serial port. The communication is started by a timer..Timeout there is about