Hi. I would like to write a apache module which limits the speed we send out the response based on some internal algorithm (like a cookie, or a line in the request header, or some random number ;-)). Ideally I would like a method to tell the kernel use queue 'XYZ' for this socket I just opened, and then just use the normal sendfile/write requests to send it out Is this possible? also .. any tips on how to this on a BSD box? Thanks in advance Ian Holsman