Hi,

I have installed the following:

easy_install greenlet
UWSGI_PROFILE=gevent pip install
http://projects.unbit.it/downloads/uwsgi-lts.tar.gz
http://gevent.googlecode.com/files/gevent-1.0b2.tar.gz

My stack in bottle and nginx.  I got my app the work on my local
machine but on ec2 Ubuntu..when i run the below command I get the
following error.  Looking for  way to resolve.

ubuntu@ip-10-130-155-206:/tmp/gevent-1.0b2$ sudo uwsgi --loop gevent --
http :3031 --wsgi-file /home/ubuntu/workspace/rtbopsConfig/rtbServers/
rtbAsyncServers/bottleServer.py --async 10
*** Starting uWSGI 1.2.1 (64bit) on [Fri May 11 16:44:25 2012] ***
compiled with version: 4.6.1 on 11 May 2012 15:33:44
detected number of CPU cores: 1
current working directory: /tmp/gevent-1.0b2
detected binary path: /usr/local/bin/uwsgi
uWSGI running as root, you can use --uid/--gid/--chroot options
*** WARNING: you are running uWSGI as root !!! (use the --uid flag)
***
*** WARNING: you are running uWSGI without its master process manager
***
your memory page size is 4096 bytes
detected max file descriptor number: 100000
async fd table size: 100000
allocated 10320 bytes (10 KB) for 10 cores per worker.
lock engine: pthread robust mutexes
uWSGI http bound on :3031 fd 4
spawned uWSGI http 1 (pid: 16586)
uwsgi socket 0 bound to TCP address 127.0.0.1:60404 (port auto-
assigned) fd 3
Python version: 2.7.2+ (default, Oct  4 2011, 20:41:12)  [GCC 4.6.1]
*** Python threads support is disabled. You can enable it with --
enable-threads ***
Python main interpreter initialized at 0x16143a0
your server socket listen backlog is limited to 100 connections
*** Operational MODE: async ***
WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x16143a0
pid: 16585 (default app)
*** uWSGI is running in multiple interpreter mode ***
spawned uWSGI worker 1 (and the only) (pid: 16585, cores: 10)
unavailable loop engine !!!
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to