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

2006-11-08 Thread Igor Pokorny
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 mailing twsocket@elists.org Sent: Sunday, November 05, 2006 1:46 AM Subject: [twsocket] HTTP Server seems

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

[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

[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

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 from

[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] 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

Re: [twsocket] Receive function in ClientDataAvailable procedure

2005-09-13 Thread Igor Pokorny
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, Could someone explain what the result -1 from Receive function

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

[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

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] 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