Re: [twsocket] Very slow attachment after then last ver. of ICS

2006-11-03 Thread Ilkka Ericsson
Hej ! It must bee ICS and something with the settings and buffering of the attachment before the mail is sent to server. I have no idea of howe to change LogOptions in OverbyteIcsLogger if it this as needed. Mvh Ilkka -- To unsubscribe or change your settings for TWSocket mailing list please go

Re: [twsocket] Why is this list so slow?

2006-11-03 Thread Jeff Hamblin
> I never noticed something like that. I think that _any_ mail now takes > approximately 2 hours to process at elist.org. The delay started with > 30 minutes or so and grew to current 2 hours. > > Is there anybody not having this problem? > Looking back through emails from the list I receive,

Re: [twsocket] Large amount of OnDataAvailable calls

2006-11-03 Thread Arno Garrels
Markus Humm wrote: > errors first. I don't even accept the connection if asoc is already > assigned and without it being in a thread it worked reliably. Given that property ListenBacklog is set to 0 it actually would work. Otherwise (default value of ListenBacklog is 5), after the first trigger of

Re: [twsocket] HTTP Server upload prgress bar

2006-11-03 Thread Fastream Technologies
Let me rephrase: while uploading the file, I want to show a progress bar in HTML but do not know how to do it right now. It needs to update every second! Best Regards, SZ - Original Message - From: "Francois PIETTE" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Friday, Novembe

Re: [twsocket] Why is this list so slow?

2006-11-03 Thread Arno Garrels
Wilfried Mestdagh wrote: > Hello Arno, > > Latest time I regulary get reply's to some questions, and the > questions follow hours after it. Seems you have sortof same problem. I never noticed something like that. I think that _any_ mail now takes approximately 2 hours to process at elist.org. The

Re: [twsocket] HTTP Server upload prgress bar

2006-11-03 Thread Francois PIETTE
Content-Length. -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: "Fastream Technologies" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Friday, November 03, 2006 4:09 PM Subject: [twso

Re: [twsocket] Large amount of OnDataAvailable calls

2006-11-03 Thread Markus Humm
Hello, > > procedure TServerSocket.MyOnSessionAvailable(Sender: TObject; > > ErrCode: Word); > > var news:TSocket; begin > > if not assigned(asoc) then > > begin > > try > > { We need to accept the client connection } > > NewS := self.Accept; > > > > { And then a

[twsocket] HTTP Server upload prgress bar

2006-11-03 Thread Fastream Technologies
Hello, I think this was asked before but we still do not have sufficient info: Which HTTP header combination would be used for showing a progress bar for HTTP file uploads? I mean how does it work? Best Regards, SZ -- To unsubscribe or change your settings for TWSocket mailing list please g

Re: [twsocket] Why is this list so slow?

2006-11-03 Thread Wilfried Mestdagh
Hello Arno, Latest time I regulary get reply's to some questions, and the questions follow hours after it. Seems you have sortof same problem. --- Rgds, Wilfried [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html http://www.mestdagh.biz Friday, November 3, 2006, 12:17, Arno Garrels wrote

Re: [twsocket] Why is this list so slow?

2006-11-03 Thread Arno Garrels
Francois PIETTE wrote: >> Since two or three days mails posted to elist.org take one >> and a half hour until I receive them back. That's no fun :( > > No idea. I haven't noticed a particular slow down. Would you please send me your headers of your reply to my initial mail, because in my headers

Re: [twsocket] Retrieving and Forwarding Emails / HttpCli in v6

2006-11-03 Thread Francois Piette
> I would like to retrieve emails from a pop3 mailbox and forward them > using smtp. I haven't used ICS for emails yet and wanted to see what > the process would be. > Here is what I want to do (synchronously): You are on the wrong track if your programming model is synchronous. ICS is asynchrono