|
Posted by Lisa Pearlson on 06/29/05 03:36
Writing my own server is risky.. both performance and stability with
concurrent connections is an issue. I prefer to use apache. Just need to
limit unused overhead as much as possible.
"Alvaro G Vicario" <alvaro_QUITAR_REMOVE@telecomputeronline.com> wrote in
message news:1kwuoykm3hb6g$.1awx2mafb1xc9$.dlg@40tude.net...
> *** Lisa Pearlson wrote/escribi (Tue, 28 Jun 2005 07:37:34 +0200):
>> - How do I prevent HTTP headers sent back to the client? I wish to only
>> send
>> "Hello World!", without any headers. The reason is that the client will
>> be a
>> piece of hardware that expects binary data as response, not HTTP headers.
>
> Then, why use HTTP if the response must not follow the protocol rules? As
> far as I know Apache will always send, at a minimum, the status line with
> the numeric status code. Can't your write a simple daemon that listens in
> a
> port? As you probably know you can write shell scripts in PHP.
>
>
>
> --
> -- lvaro G. Vicario - Burgos, Spain
> -- http://bits.demogracia.com - Mi sitio sobre programacin web
> -- Don't e-mail me your questions, post them to the group
> --
Navigation:
[Reply to this message]
|