Re: [Tutor] Writing serialized objects from BaseHTTPServer

2006-10-24 Thread Kent Johnson
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

Re: [Tutor] Writing serialized objects from BaseHTTPServer

2006-10-24 Thread Arun Kumar PG
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