Hi guys,
Just read the 'per core harakiri features' on 2.1 brunch. Thank you guys.
I had  few questions on interprocess communications error message/info:
rpc server Configs : 
socket = 127.0.0.1:3031http-socket = 127.0.0.1:8005max-requests = 5000
rpc client Configs : http-socket = 127.0.0.1:8000max-requests = 5000
1. Rpc error message : 
client rpc code:
import uwsgireturn uwsgi.rpc('127.0.0.1:{0}'.format(3031), 'foo')
server rpc code: @rpc('foo')def foobar():     print 'I am foobar' 
- error : invalid request ( current strsize: 29285). skip
I don't understand why.

2. uwsgi.send_message 
client code :uwsgi.send_message(receiver, 17, 0, { }, 5)
AttributeError: module object has no attribute 'send_message'
Was this deprecated? I find this function handy in some cases.
3.  I read this :
http://uwsgi-docs.readthedocs.org/en/latest/Spooler.html
but still didn't understand how to network spool functions in python.Do you 
have a an example. Went through the github code, some mailing listbut i had no 
luck.
Sorry for asking a lot questions.
Thanks,
Richard

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

Reply via email to