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
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 applicatio
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 http://lists.
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
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 an