I was making a download manager and the sockread when the file pass 800kb the mirc stay slow...

Code:
alias download { sockclose down | sockopen down imgcdn.pandora.tv 80 }
on *:sockopen:down:{ if (!$sockerr) { sockwrite -n down GET http://imgcdn.pandora.tv/pan_img/KMP/Download/kmp.exe HTTP/1.1 | sockwrite -n down } }
on *:sockread:down:{ if (!$sockerr) { sockread &down | bwrite kmp.exe -1 -1 &down } }


what is can be? tks

sorry for my english laugh


Suchorski @ FreeNode