problemi con POST

bruno at modulix onurb at xiludom.gro
Wed May 10 10:37:26 EDT 2006


Heavy wrote:
> Sorry,
> you got reason, I thought I can write in my language, cause this is the
> first time that I post a question in this group... 
<ot>
usually, the comp.* usenet hierarchy is english-speaking.
</ot>

> My problem is that I
> have to receive parameters from a POST method, i try to read them from
> the socket 'rfile', but this action is blocking, it never finish to
> read. Is there some existing method that can help me? Can you help me?
> thanks...

Could you give more precisions about the context, architecture,
librairies used etc ? FWIW, if it's a web application, you should be
able to retrieve the POST parameters via the web application solution
you're using (CGI, mod_python, etc...), so I don't really understand why
you're doing raw socket read ???

-- 
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'onurb at xiludom.gro'.split('@')])"



More information about the Python-list mailing list