Indika Bandara Udagedara wrote: > Hi, > I think i found a way to break the download limit enforced by squid > proxies. It is really easy.. anyway i think www should be free from > any limits... > > http://indikabandara19.blogspot.com/2008/01/break-download-limit-hack-proxy.html > > i wrote it in C. then moved it to perl because it became quite lengthy. > thanks c-prog for your help in getting it working in C..
C++ probably would have resulted in more readable and performance-friendly code (i.e. you could have linked against the cURL libraries directly). What you've done has been done before - most so-called "download accelerators" do exactly what your script does (only without the unnecessary system calls to create new processes). -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. http://www.CubicleSoft.com/MyTaskFocus/
