Re: help on file storage for split multi part download

2008-03-09 Thread Gabriel Genellina
En Sat, 08 Mar 2008 08:27:12 -0200, <[EMAIL PROTECTED]> escribió: > On Mar 7, 2:14 pm, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: >> En Fri, 07 Mar 2008 04:16:42 -0200, <[EMAIL PROTECTED]> escribi�: >> >> > BUT the thing thats going in my mind is thread safety. i plan to start >> > each part of

Re: help on file storage for split multi part download

2008-03-08 Thread coolman . guron
On Mar 7, 2:14 pm, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: > En Fri, 07 Mar 2008 04:16:42 -0200, <[EMAIL PROTECTED]> escribi�: > > > > > On Mar 7, 1:38 am, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: > >> En Thu, 06 Mar 2008 14:34:27 -0200, <[EMAIL PROTECTED]> escribi�: > > >> > storage c

Re: help on file storage for split multi part download

2008-03-07 Thread Gabriel Genellina
En Fri, 07 Mar 2008 04:16:42 -0200, <[EMAIL PROTECTED]> escribi�: > On Mar 7, 1:38 am, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: >> En Thu, 06 Mar 2008 14:34:27 -0200, <[EMAIL PROTECTED]> escribi�: >> >> > storage class which can write the file splits that are currently being >> > downloaded t

Re: help on file storage for split multi part download

2008-03-06 Thread coolman . guron
On Mar 7, 1:38 am, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: > En Thu, 06 Mar 2008 14:34:27 -0200, <[EMAIL PROTECTED]> escribi�: > > > storage class which can write the file splits that are currently being > > downloaded to the disk. this is exactly what other download > > accelerators do, i g

Re: help on file storage for split multi part download

2008-03-06 Thread Gabriel Genellina
En Thu, 06 Mar 2008 14:34:27 -0200, <[EMAIL PROTECTED]> escribi�: > storage class which can write the file splits that are currently being > downloaded to the disk. this is exactly what other download > accelerators do, i guess. > > can this be done using the python file class?? i am pretty good a

help on file storage for split multi part download

2008-03-06 Thread coolman . guron
HI everyone on this group! i am want to write a split part downloading software for use in some projects. (something like a download accelerator) what i think i need is ( my brain is totally exausted at this moment so pls ignore any typos i make) storage class which can write the file splits tha