Re: Minimize Bandwidth

2007-06-08 Thread Tim Golden
Robert Rawlins - Think Blue wrote: > I have a python application that hits a web service on a regular basis to > post a string of CSV log data and I'm looking to minimize the amount of > bandwidth that the application uses to send the log data. > > Is there any way to encode the string into base64

Minimize Bandwidth

2007-06-08 Thread Robert Rawlins - Think Blue
Hello Chaps, I have a python application that hits a web service on a regular basis to post a string of CSV log data and I'm looking to minimize the amount of bandwidth that the application uses to send the log data. Is there any way to encode the string into base64 or something, that I can