170 reputation
4
bio website
location
age
visits member for 2 years, 6 months
seen Feb 11 at 3:59
stats profile views 5

Dec
11
comment Tools for load-testing HTTP servers?
Excellent summary of strategies.
Sep
1
comment Does creating a new CNAME replace the old?
Thanks, I've got it now!
Sep
1
comment Does creating a new CNAME replace the old?
See follow up question in edit
Sep
1
comment Does creating a new CNAME replace the old?
See follow up question in edit.
Aug
18
comment Methods for redirecting to a utility server
Great answer. The first sentence is key. Even if I avoided embedding the utility server name on the web page, I wouldn't be able to mask the network traffic. All the user needs to do is start HTTPFox and the game is up. Thanks!
Nov
11
comment init.d scripts written in Python
I'm going with this answer. The point is that Python isn't necessary and isn't standard, and as such it can create an extra point of debugging uncertainty and extra point of failure. In reference to the original SO question, I gather that such scripts can launch daemons, but they shouldn't be the actual daemons.