On Fri, Oct 9, 2009 at 2:18 PM, Taher Shihadeh <[email protected]> wrote:

> Atif Ghaffar wrote:
>
>>
>>    I asume you do have 'Keep alive' and 'Chunked encoding' enabled in
>>    the 'Advanced' section of Cherokee-Admin, right?
>>
>> Yes, they are both set.
>>
>> Note there is no special communication between the application and the
>> dbslayer.  Just a simple GET from the shell.
>>
> Ahemmm.... don't know what you are using as client to make the requests,
> but does it support HTTP1.1 headers?
> :)
>
>
 Taher,
a simple
netcat host port
GET /rawurlencoded_query

or a php's
file($url)

or from perl
use LWP::Simple;
get($url);

Would sending http 1.1 header help? would the application (caller) need to
keep the connection open?

thanks.
_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to