[twsocket] THttpCli.GetAsync without any time-out implementation?

2006-11-25 Thread Cosmin Prund
for ever or will it stop when the TCP/IP stack gives up? Thanks, Cosmin Prund -- 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.overbyte.be

Re: [twsocket] Posting data to web server using THttpCliunder usercontrol

2006-11-22 Thread Cosmin Prund
this as well. Trying an CONNECT first and, if that doesn't work, fall-back to alternative, slower methods. Can the THttpCli component be used for proxy CONNECT only, bypassing everything else? Or should I start with a vanilla TWSocket and work my way from that? Thanks, Cosmin Prund

Re: [twsocket] Posting data to web serverusing THttpCliunder usercontrol

2006-11-22 Thread Cosmin Prund
also want to tunnel interactive traffic through the HTTP proxy (interactive=VNC, not plain-old chat; Chat would pose no problem) Thanks, Cosmin Prund -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website

Re: [twsocket] HttpCli ContentRangeBegin

2006-11-21 Thread Cosmin Prund
You know, modern hard drives actually checksum written data so you never get corrupted data back. You might get NO data back (that is, an I/O error) but that would make any operation on the file fail, including burning the file to a CD. I've read this in a howto for Linux'es software raid

[twsocket] Posting data to web server using THttpCli under user control

2006-11-21 Thread Cosmin Prund
the connection. Is it possible? Will it work through an HTTP proxy? Thanks, Cosmin Prund -- 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.overbyte.be

Re: [twsocket] What might cause ICS to fail and we need to be aware of?

2006-11-21 Thread Cosmin Prund
the time out expires and the component aborts and restarts it's Get, it usually finishes very very quickly. So I need to ask: Is there some other obvious thing I'm missing, like a call to Application.ProcessMessage? What else should I be looking for. -- Cosmin Prund -- To unsubscribe or change

Re: [twsocket] What might cause ICS to fail and we need to be aware of?

2006-11-21 Thread Cosmin Prund
the built-in one is not flexible enough. -- Cosmin Prund -- 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.overbyte.be

Re: [twsocket] Posting data to web server using THttpCli under usercontrol

2006-11-21 Thread Cosmin Prund
the downstream part works, but how about the upstream part? Thanks, Cosmin Prund -- 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.overbyte.be

[twsocket] Multi-Threaded THttpServer?

2006-11-18 Thread Cosmin Prund
FWSocketServer.MultiThreaded = True in CreateSocket but I know too little about the internals of THttpServer and ICS in general to understand the consequences of doing this. Any help on the matter is welcomed, thanks. -- Cosmin Prund -- To unsubscribe or change your settings for TWSocket mailing list please

Re: [twsocket] Multi-Threaded THttpServer?

2006-11-18 Thread Cosmin Prund
(or whatever the retry time is). If I have the server do the waiting the messages will flow much faster. Dan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cosmin Prund Sent: 18 November 2006 12:55 To: ICS support mailing Subject: [twsocket] Multi

Re: [twsocket] Multi-Threaded THttpServer?

2006-11-18 Thread Cosmin Prund
of exploiting the HTTP protocol in order to get my message across, without threads and blocking communications. Thanks, Cosmin Prund -- 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.overbyte.be

Re: [twsocket] Multi-Threaded THttpServer?

2006-11-18 Thread Cosmin Prund
can figure it out myself from here, thanks for the tip! Thanks, Cosmin Prund -- 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.overbyte.be

Re: [twsocket] HttpCli ContentRangeBegin

2006-11-17 Thread Cosmin Prund
have those clients I would have done no checking at all. -- Cosmin Prund -- 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.overbyte.be

[twsocket] HttpCli ContentRangeBegin

2006-11-16 Thread Cosmin Prund
implement some other kind of checksumming to make sure no portion of the code is actually corrupt (after all, corruption might occur anywhere in the document, not just in the last received portion). Thanks, Cosmin Prund -- To unsubscribe or change your settings for TWSocket mailing list please

[twsocket] Normal processing and abnormal(errors) processing for THttpCli

2006-11-14 Thread Cosmin Prund
processing in ICS and I need to make sure I get it right! Thanks, Cosmin Prund -- 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.overbyte.be

[twsocket] Help on ICS's HTTP client component

2006-11-10 Thread Cosmin Prund
working properly but this feels like a hack, it doesn't seem to be the right thing to do. Please correct me if I'm wrong! Thanks, Cosmin Prund -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http