Re: threads, file access and stuff

2006-08-04 Thread Bruno Desthuilliers
[EMAIL PROTECTED] wrote: > Hi, > i'm trying to make a download manager (getright, flashget, etc..) for > linux (pygtk), i'm using pyCurl, so the thing is.. > the app need to be able to use mirrors, like : i download the first 400 > kb from X, and the second 200 kb from Y and the rest from Z. > i've

threads, file access and stuff

2006-08-03 Thread [EMAIL PROTECTED]
Hi, i'm trying to make a download manager (getright, flashget, etc..) for linux (pygtk), i'm using pyCurl, so the thing is.. the app need to be able to use mirrors, like : i download the first 400 kb from X, and the second 200 kb from Y and the rest from Z. i've plan to do this with threads and usi