Re: [twsocket] Webserver with local connections only

2007-12-02 Thread Fastream Technologies
I think the easiest and safest way would be to set the listening IP to 127.0.0.1 . Regards, SZ On 12/2/07, George [EMAIL PROTECTED] wrote: Hello, I created a THttpServer that is used as a middleware between my delphi app and a flash application. I want to make sure that only me and flash

Re: [twsocket] Exceptions ignored in OnDataAvailable method

2007-12-02 Thread Arno Garrels
DZ-Jay wrote: On Dec 1, 2007, at 13:36, Arno Garrels wrote: Have you got any exception that was raised from TWSocket internaly? I mean outside of your handler? Well, I noticed the issue because my handler raised an unhandled exception and the application then behaved in a strange manner

Re: [twsocket] Newbee writing webcam utility

2007-12-02 Thread Bob Reeves
Just wanted to say thanks for the help gang.. I have the software working, as soon as we receive the camera and I get it installed we should be ready to go live. Apreciate the tips from everyone.. Bob -- To unsubscribe or change your settings for TWSocket mailing list please goto

Re: [twsocket] Webserver with local connections only

2007-12-02 Thread Francois PIETTE
And also probably limiting the number of concurrent connections to what flash needs. And also examine the request header to make sure it comes from the flash application. Maybe you can craft some request from your application so that the server application knows it comes from your own

Re: [twsocket] Webserver with local connections only

2007-12-02 Thread DZ-Jay
On Dec 2, 2007, at 06:59, Francois PIETTE wrote: And also probably limiting the number of concurrent connections to what flash needs. And also examine the request header to make sure it comes from the flash application. Maybe you can craft some request from your application so that the