Re: [twsocket] HttpSvr & send picture stream

2006-11-21 Thread xmedia
unday, November 19, 2006 11:58 PM To: ICS support mailing Subject: Re: [twsocket] HttpSvr & send picture stream Hello, I have developed something similiar to your needs on my application, I have an HttpSrv that should send an internal stored JPEG to the clients over an GET request to this JPEG,

Re: [twsocket] HttpSvr & send picture stream

2006-11-19 Thread Éric Fleming Bonilha
finally StreamImg.Free; end; - Original Message - From: "xmedia" <[EMAIL PROTECTED]> To: "'ICS support mailing'" Sent: Sunday, November 19, 2006 1:49 AM Subject: [twsocket] HttpSvr & send picture stream > Hello! > > I am trying to

Re: [twsocket] HttpSvr & send picture stream

2006-11-19 Thread Francois PIETTE
m: "xmedia" <[EMAIL PROTECTED]> To: "'ICS support mailing'" Sent: Sunday, November 19, 2006 5:49 AM Subject: [twsocket] HttpSvr & send picture stream > Hello! > > I am trying to send a JPEG stream stored in memory to HttpCli. Below is my > code. It

[twsocket] HttpSvr & send picture stream

2006-11-19 Thread xmedia
Hello! I am trying to send a JPEG stream stored in memory to HttpCli. Below is my code. It worked well for first few days and then the server (I mean the HttpSvr , not the application) just stopped responding to any http request until I restart the application. The cause seems to be related to se