Re: [LARTC] Per-process QoS on Linux?

2006-12-16 Thread Alan Franzoni
Both your suggestions were good, and I'm now experimenting. Thank you! -- Alan Franzoni [EMAIL PROTECTED] - Togli .xyz dalla mia email per contattarmi. Remove .xyz from my address in order to contact me. - GPG Key Fingerprint (Key ID = FE068F3E): 5C77 9DC3 BD5B 3A28 E7BC 921A 0255 42AA FE06

[LARTC] Per-process QoS on Linux?

2006-12-15 Thread Alan Franzoni
Hello, I've tried searching for this but I don't seem to be able to find a way to search past archives in this list. Is there a way to get a per-process qos functionality in linux? At this very moment, I'm using with success a kind of 'workaround' in my server, which involves creating multiple

Re: [LARTC] Per-process QoS on Linux?

2006-12-15 Thread dean gaudet
i use a mixture of multiple IP addrs and IPTOS (see http://arctic.org/~dean/mod_iptos/ for an apache 1.3.x module to set IPTOS on a per response basis). but for uid specifically you can also use iptables blahblah -m owner --uid-owner $uid -j MARK --set-mark N and then match the mark with tc.