343 reputation
211
bio website
location San Francisco, CA
age
visits member for 2 years
seen May 19 at 20:31
stats profile views 15

Jan
8
comment Can Clojure's thread-based agents handle c10k performance?
Thanks! If you are curious, it appears that modern NPTL threads are quite capable, e.g. see http://stackoverflow.com/a/4058620/37610
Jan
8
accepted Can Clojure's thread-based agents handle c10k performance?
Jan
8
comment Data architecture for event log metrics?
@hiwaylon We've ended up using a hybrid system: 1) MySQL where possible (low volume) (makes aggregation easy using SELECT...GROUP BY, can easily store the results of SELECTs), 2) using Graphite for simple large-scale aggregation and visualization, and 3) logging full events for reference, and for watching details of the data flow in in real time. Each has actually been valuable in different ways.
Jan
8
accepted Data architecture for event log metrics?
Nov
17
revised Can Clojure's thread-based agents handle c10k performance?
added 5 characters in body
Nov
17
asked Can Clojure's thread-based agents handle c10k performance?
Oct
4
awarded  Nice Question
Sep
17
comment Data architecture for event log metrics?
"aggregate the data, but store the details in a (compressed) file". Great thought in particular, thanks!
Sep
17
revised Data architecture for event log metrics?
added 214 characters in body
Jul
19
revised Data architecture for event log metrics?
added 23 characters in body
Jul
19
asked Data architecture for event log metrics?
Jul
10
accepted Duck checker in Python: does one exist?
Jul
10
accepted concurrency semantics reading a file being written (ext)
Jul
3
revised concurrency semantics reading a file being written (ext)
added 1 characters in body
Jul
3
revised concurrency semantics reading a file being written (ext)
deleted 368 characters in body
Jul
3
asked concurrency semantics reading a file being written (ext)
Apr
29
awarded  Yearling
Apr
10
awarded  Popular Question
Mar
30
revised Duck checker in Python: does one exist?
typo fix in example
Mar
30
awarded  Commentator