GuybrushPar contre, pour faire du "push" de masses, j'hésite encore à sortir des artilleries comme RabbitMQP (crossbar.io est encore un peu jeune pour ça) ou à bricoler quelque chose sur du Redis (ou à bricoler quelque chose via autre chose ).Redis++
GuybrushAu fait, vu que tu es sous Mac, je suppose que tu utilises Boot2docker ? Si oui, t'as pas oublié de monter ton répertoire dans la VM mise en place par Boot2Docker ? J'suis pas spécialiste de l'installation de Docker sous Mac, mais je me souviens d'un truc du genre sur un forum...Les volumes ne peuvent malheureusement pas être n'importe où sous Mac. Voir ici sous sous boot2docker: Shared directories on Mac OS X .
fred ? docker run --rm -it -p 8000:8000 -v ~/dev/lexpage/Lexpage/:/web/ lexpage/dev [git:master ?] [12:21:03]
[uWSGI] getting INI configuration from uwsgi.conf
*** Starting uWSGI 2.0.9 (64bit) on [Tue Mar 10 11:34:19 2015] ***
compiled with version: 4.9.1 on 10 March 2015 11:16:36
os: Linux-3.18.5-tinycore64 #1 SMP Sun Feb 1 06:02:30 UTC 2015
nodename: 3971f69be011
machine: x86_64
clock source: unix
pcre jit disabled
detected number of CPU cores: 4
current working directory: /web
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) ***
chdir() to app/
*** WARNING: you are running uWSGI without its master process manager ***
your processes number limit is 1048576
your memory page size is 4096 bytes
detected max file descriptor number: 1048576
lock engine: pthread robust mutexes
thunder lock: disabled (you can enable it with --thunder-lock)
uwsgi socket 0 bound to TCP address 127.0.0.1:8000 fd 3
Python version: 2.7.9 (default, Mar 5 2015, 22:11:25) [GCC 4.9.1]
*** Python threads support is disabled. You can enable it with --enable-threads ***
Python main interpreter initialized at 0x120a020
your server socket listen backlog is limited to 100 connections
your mercy for graceful operations on workers is 60 seconds
mapped 291072 bytes (284 KB) for 4 cores
*** Operational MODE: preforking ***
WSGI app 0 (mountpoint='') ready in 1 seconds on interpreter 0x120a020 pid: 6 (default app)
*** uWSGI is running in multiple interpreter mode ***
spawned uWSGI worker 1 (pid: 6, cores: 1)
spawned uWSGI worker 2 (pid: 7, cores: 1)
spawned uWSGI worker 3 (pid: 8, cores: 1)
spawned uWSGI worker 4 (pid: 9, cores: 1)
Mais un netstat -an | grep LISTEN ne me trouve rien écoutant sur le port 8000.
CFWPORTS=""
for ip in {49000..49900}
do
CFWPORTS="$CFWPORTS --natpf1 zfp$ip,tcp,127.0.0.1,$ip,,$ip"
done
$VBM modifyvm $VM_NAME $CFWPORTS
C'est bien la VM qui ne bind pas le port.
1996-2024 — Lexpage v4 — GPLv3 (sources)
page générée le 22 novembre 2024 à 19:42:52