Arun Kumar PG wrote:
> We need a content-type to
> specify before writing back to the client -- whats the content-type for
> serialised objects which I want to write back to the client using cPickle ?
Maybe application/octet-stream or application/x-pickle?
Kent
any replies for the below ?
On 10/19/06, Arun Kumar PG <[EMAIL PROTECTED]> wrote:
Hi Guys,I wrote a simple server using sockets ,the traditional whille True: scoket.accept() approach. This server reads some pickled parameters sent by the client using the cPickle module -> do some processing -> and