Alan,
No.  From the command line, I told uwsgi to run with 8 processes (for the 
Bottle app).  Here's the command:

uwsgi --http 127.0.0.1:8080 -p 8 --plugins python --module=app:application



On Tuesday, January 8, 2013 6:09:07 PM UTC-6, Alan Etkin wrote:
>
> El martes, 8 de enero de 2013 20:58:10 UTC-3, VP escribió:
>>
>> I also test uwsgi serving a Bottle app.  I run from the command line, 
>> uwsgi, the bottle app with 8 processes.
>
>
> Is that the file created by the script?. uwsgi can take options in 
> different ways. Make sure it is actually reading the options from there. 
> For example, the CentOS script creates a .conf file
>
>

-- 



Reply via email to