I finally solved my issue !!! :D I am soooooo embarrassed :-S
Was a really silly thing, I was reading the runfastcgi method of django, and notice that runs with the daemonize option by default, I wasn't running with daemonize on my scripts so it keeps running under cherokee or something like that, but not being fully detach. I change the option to daemonize=true and all was solved. :D I think it would be fine if in the documentation to be explicit that the scripts for the Information Sources has to be daemonized, I guess is the case for all. Here it is the correct script to deploy django in cherokee, using ports or unix sockets http://dpaste.com/hold/95410/ , works fine the both ways. Best regards for everyone, and thanks very much for all the interest. I am glad to said that I am officially had fully migrate to Cherokee on my servers, yeeees!! :D -- Mario César Señoranis Ayala. _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
