edit:

if i receive requests for 2 or more images there is a conflict and the images only get partially sent. how can i avoid the conflict or queue the other images until the one is done?

i think this conflict is with the alias itself but i cant pinpoint it. my sockaccept is as follows so i can do more than one connection at a time:

var %_r = $r(1,500000)
sockaccept pws_ [ $+ [ %_r ] ]

Last edited by MTec007; 28/01/09 10:44 PM.