Re: [twsocket] Httpserver and threads

2005-08-16 Thread Dan
- Original Message - From: "Tom York" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Tuesday, August 16, 2005 3:48 PM Subject: Re: [twsocket] Httpserver and threads >I do not want multithreading. I assume that each connection is a thread, > no?

Re: [twsocket] Httpserver and threads

2005-08-16 Thread Tom York
PM Subject: Re: [twsocket] Httpserver and threads > Hello Tom, > > To try to debug you can make the document as short as possilbe (only > some minimum of text and only 1 small image). Also you can try to make > the connection trough SocketSpy, then you can see the data sent by the

Re: [twsocket] Httpserver and threads

2005-08-16 Thread Wilfried Mestdagh
Hello Tom, To try to debug you can make the document as short as possilbe (only some minimum of text and only 1 small image). Also you can try to make the connection trough SocketSpy, then you can see the data sent by the server and eventually make diagnositics out of it. If you dont get wise on i

Re: [twsocket] Httpserver and threads

2005-08-16 Thread Wilfried Mestdagh
Hello Tom, > I do not want multithreading. I assume that each connection is a thread, > no? No it is not. ICS components are running in the thread they are created in, also the sockets. This is because non blocking is used. --- Rgds, Wilfried http://www.mestdagh.biz -- To unsubscribe or ch

Re: [twsocket] Httpserver and threads

2005-08-16 Thread Francois PIETTE
found. -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: "Tom York" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Tuesday, August 16, 2005 6:46 PM Subject: Re: [twsocket] Httpserver and threads >I should also add that if I h

Re: [twsocket] Httpserver and threads

2005-08-16 Thread Francois PIETTE
" Sent: Tuesday, August 16, 2005 6:40 PM Subject: Re: [twsocket] Httpserver and threads >I can use Windows explorer and look at every image just fine. > > - Original Message - > From: "Francois PIETTE" <[EMAIL PROTECTED]> > To: "ICS support

Re: [twsocket] Httpserver and threads

2005-08-16 Thread Tom York
- Original Message - From: "Tom York" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Tuesday, August 16, 2005 11:40 AM Subject: Re: [twsocket] Httpserver and threads >I can use Windows explorer and look at every image just fine. > > - Original Mess

Re: [twsocket] Httpserver and threads

2005-08-16 Thread Tom York
I can use Windows explorer and look at every image just fine. - Original Message - From: "Francois PIETTE" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Tuesday, August 16, 2005 11:06 AM Subject: Re: [twsocket] Httpserver and threads >> Does

Re: [twsocket] Httpserver and threads

2005-08-16 Thread Francois PIETTE
Original Message - From: "Tom York" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Tuesday, August 16, 2005 5:15 PM Subject: Re: [twsocket] Httpserver and threads >I just downloaded and installed the latest, which I was using to start >with. > It sti

Re: [twsocket] Httpserver and threads

2005-08-16 Thread Tom York
upport mailing" Sent: Tuesday, August 16, 2005 9:56 AM Subject: Re: [twsocket] Httpserver and threads >> I do not want multithreading. >> I assume that each connection is a thread, no? > > No ! ICS is asynchronous and event driven. It doesn't block when a user is > b

Re: [twsocket] Httpserver and threads

2005-08-16 Thread Francois Piette
> I do not want multithreading. > I assume that each connection is a thread, no? No ! ICS is asynchronous and event driven. It doesn't block when a user is being serviced. > The images are broken, partially displayed, the image is displayed as > text characters. Are you using the latest I

Re: [twsocket] Httpserver and threads

2005-08-16 Thread Tom York
ms; C.AnswerStream(Flags, '', 'image/jpeg', ''); end; - Original Message - From: "Francois Piette" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Tuesday, August 16, 2005 9:43 AM Subject: Re: [twsocket] Httpserver and

Re: [twsocket] Httpserver and threads

2005-08-16 Thread Francois Piette
://www.overbyte.be - Original Message - From: "Tom York" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Tuesday, August 16, 2005 4:36 PM Subject: [twsocket] Httpserver and threads > I am making a small server to display a page of images. In the ge

[twsocket] Httpserver and threads

2005-08-16 Thread Tom York
I am making a small server to display a page of images. In the getdocument method, I call a procedure passing all of the flags to my procedure "ShowThumb(Sender, Client, Flags)". What is happening is that the images are being displayed on the page, but they are coming out as garbage character