[twsocket] Redirection? [HTTPCli]

2005-04-28 Thread Ann
Ok... i got follow redirection Enabled but it doesn't do what i thought it should do. I got a site... site with loading animation... But HTTPCli does not show the site after loading but only the loading state... :-( What can i do with that? Thank you! Ann -- To unsubscribe or change your setti

Re: [twsocket] [HELP] FtpServer : Long Process HOWTO

2005-04-28 Thread Guillaume MAISON
> > still in my video server, i'm using the FtpServer component > > to download a set of images, taken from a camera, through one > > simple RETR call. > > I guess 'simple' on the client-side only ;) you got it :) > > On the OnGetProcessing event, i retrieve from a DB (the connection > > has alre

Re: [twsocket] [HELP] FtpServer : Long Process HOWTO

2005-04-28 Thread Corey Murtagh
Guillaume MAISON wrote: Hi everyone, here's my problem : still in my video server, i'm using the FtpServer component to download a set of images, taken from a camera, through one simple RETR call. I guess 'simple' on the client-side only ;) On the OnGetProcessing event, i retrieve from a DB (the c

Re: [twsocket] Overwriting of HttpCli properties

2005-04-28 Thread Corey Murtagh
Francois Piette wrote: Maybe a problem with my bad english :-( I read your message twice and don't understand. The changed behaviour you describe is the curent behaviour. What Maurizio is basically saying is that the component should get the username and password from the URL or the properties

Re: [twsocket] Any alternatives to multithreading?

2005-04-28 Thread Wilfried Mestdagh
Hello Piotr, > Is there *any* way to slow down ICS, trottle receiving in a lot of way. Eather by calling the pauze/resume methods, or very simple: Set wsoNoReceiveLoop and _dont_ receive in OnDataAvailable, but set a flag you have data. A while later when your trottling mechanism decide to receiv

Re: [twsocket] Any alternatives to multithreading?

2005-04-28 Thread Piotr Hellrayzer Dałek
Hello! >> Is there *any* way to slow down >> ICS, so message queue overflow won't occur so often? > Unless you use UDP or wsoSIO_RCVALL option, there is no reason to have a > message queue overflow. > Using TCP, if you don't read data as fast as the sender is able to send, > the protocol is desig

Re: [twsocket] Overwriting of HttpCli properties

2005-04-28 Thread Francois Piette
Maybe a problem with my bad english :-( I read your message twice and don't understand. The changed behaviour you describe is the curent behaviour. -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: "Maurizio Lotauro" <[EMAIL PROTECTED]> To: "ICS support mailing" Se

Re: [twsocket] Overwriting of HttpCli properties

2005-04-28 Thread Francois Piette
> In my oppinion username and(or) passwords in the url are really useless to > implement. I don't share your opinion. > Think about Internet Explorer which inhibed this also. Only because they had a security problem in the visual part of their browser. This doesn't apply at all for a component.