Hello Andreas,

Il 22/02/2016 14:01, Andreas Scheuring ha scritto:
Hi Riccardo,
thanks for your quick response!

I saw those tests in /tests.. Is there a way to execute them on my local
machine? Or are they considered to run in a travis CI only (at least I
found a travis.sh file...)?

travis.sh somewhat expects running inside travis :|


Regarding my setup:

I'm working on an centos like system

uwsgi has been installed via pip
$ pip install uWSGI

$ uwsgi --version
2.0.12

Basically my simple test app follows the example hosted here [1]

Started it like this
$ sudo uwsgi --http :9090 --wsgi-file _uwsgi_hello_world.py
--buffer-size=32768

First you don't need sudo. What if you remove buffer-size?

*** Starting uWSGI 2.0.12 (64bit) on [Mon Feb 22 13:50:54 2016] ***
[snip]

now when trying to access it via curl, I get the following:
$ curl localhost:9090
curl: (52) Empty reply from server


Note: from sending the command until the result is displayed it takes
around 5 seconds or so

Interesting. Does using 127.0.0.1 making any difference?

There's no additional output displayed for the request in the uwsgi log

The same application works on a x86 machine...

Thanks for checking that. S/390 is big endian and we don't have much exposure to that, but IIRC someone is using solaris / sparc so we should have that covered.


--
Riccardo Magliocchetti
@rmistaken

http://menodizero.it
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to