Hi everyone.

I have 2 uwsgi instances

1. the first one is  running  at   127.0.0.1:10001  with cache = 1000 
(reads/writes
cache)
2.    the second    is    running  at  127.0.0.1:10002  with  cache  =  1
(reads/deletes values only from the first instance)

when  I'am  trying  to  access  cache,  from the second instance with this
command:  uwsgi.cache_get(val, '127.0.0.1:10001')

I'am getting this error:
read(): Operation now in progress [proto/uwsgi.c line 40]
Sat May 19 06:46:40 2012 - error parsing request

do I do something totally wrong?


_______________________________________________
uWSGI mailing list
uWSGI@lists.unbit.it
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to