Thanks for the idea, but unfortunately it did not fix it. I even tried
to extend the timeout to 60 seconds, but the only change is:

source_interpreter.c:0381 (cherokee_source_interpreter_connect_polling):
Giving up; spawned 60 secs ago: /usr/share/cherokee/admin/server.py 4000
/etc/cherokee/cherokee.conf

Alvaro Lopez Ortega schrieb:
> On 07-nov-08, at 15:10, Pascal Hartig wrote:
> 
>> source_interpreter.c:0381 (cherokee_source_interpreter_connect_polling):
>> Giving up; spawned 3 secs ago: /usr/share/cherokee/admin/server.py 4000
>> /etc/cherokee/cherokee.conf
> 
> 
> It seems that the Cherokee-admin back-end needed more that 3 seconds to
> be up and ready.
> 
> Could you please check whether this patch fixes the problem?
> 
> Index: cherokee/main_admin.c
> ===================================================================
> --- cherokee/main_admin.c    (revision 2347)
> +++ cherokee/main_admin.c    (working copy)
> @@ -139,7 +139,8 @@
>                   "source!1!nick = app-logic\n"
>                   "source!1!type = interpreter\n"
>                   "source!1!host = localhost:%d\n"
> -                 "source!1!interpreter = %s/server.py %d %s\n",
> +                 "source!1!interpreter = %s/server.py %d %s\n"
> +                 "source!1!timeout = 15\n",
>                   scgi_port, document_root, scgi_port, config_file);
> 
> -- 
> Octality
> http://www.octality.com/
> 
begin:vcard
fn:Pascal Hartig
n:Hartig;Pascal
adr:;;Brombeerring 72c;Altenholz;;24161;Deutschland
email;internet:[EMAIL PROTECTED]
tel;work:0431/3858414
tel;home:0431/3858415
tel;cell:01577/3710949
x-mozilla-html:FALSE
url:http://rdrei.net/
version:2.1
end:vcard

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

Reply via email to