"Jesse Noller" <[EMAIL PROTECTED]> writes:
> Hey All,
>
> I'm working on an script that will generate a file of N size (where N is
> 1k-1gig) in small chunks, in memory (and hash the data on the fly) and pass
> it to an httplib object for upload. I don't want to store the file on the
> disk, or c
Jesse Noller wrote:
> Hey All,
>
> I'm working on an script that will generate a file of N size (where N is
> 1k-1gig) in small chunks, in memory (and hash the data on the fly) and
> pass it to an httplib object for upload. I don't want to store the file
> on the disk, or completely in memory a
Hey All,I'm working on an script that will generate a file of N size (where N is 1k-1gig) in small chunks, in memory (and hash the data on the fly) and pass it to an httplib object for upload. I don't want to store the file on the disk, or completely in memory at any time. The problem arises after