> I'm guessing you are speaking about limiting the connection throughput > to the clients? As it sits now, the daemons write out huge chunks of > data all at once towards the client socket. I don't see how we can > limit > the speed of data written to the client with out some major reworking > to > keep it from blocking other clients from working. A better solution to > this would be a firewall that will limit the connection speed to a > maximum throughput. Linux should be able to do it for you. I'm not > familiar with Linux firewalls (iptables, ipchains) enough to give you > the commands you need to set it up. > > -Jon
Hi Jon, Right now I use the linux "tc" from the iproute tools to that job. I just remembered asking this to see how could this work for dbmail. _______________________________________________ Dbmail-dev mailing list [email protected] http://twister.fastxs.net/mailman/listinfo/dbmail-dev
