2,818 reputation
421
bio website skitoy.com
location Los Altos, CA
age
visits member for 3 years, 8 months
seen 12 hours ago
stats profile views 130

Jun
4
revised Using the dig command in python
edited body
Apr
18
accepted Set sizes for large number of sets
Apr
5
comment Set sizes for large number of sets
@rlb The total space of members is around 500m, which need to be attached to around 100m objects. Most sets will have 100K members, with outliers in the range of 5m.
Apr
5
comment Set sizes for large number of sets
@dukeling - sorry the sets are distinct in their members, that's an error in my made up names.
Apr
5
comment Set sizes for large number of sets
friend(Mary) = 5
Apr
5
revised Set sizes for large number of sets
added 464 characters in body
Apr
5
comment Set sizes for large number of sets
Pretty much any - making a quick update.
Apr
5
asked Set sizes for large number of sets
Mar
12
comment Tornado async request
Is the http_client.fetch timing out the first time, or do you want to just delay the call to fetch? If it's the later then ioloop.add_timeout is going to be useful.
Mar
5
awarded  Caucus
Mar
1
answered self.finish() error in Tornado
Feb
28
revised How to proxy_pass from nGINX to WebSocket Server (Tornado)
added 97 characters in body
Feb
26
answered tornadoweb gzip=True not working under supervisord and nginx
Feb
26
answered how about 'empty if statement' in python
Feb
26
revised chef recipe using application and supervisor_service
edited title
Feb
26
asked chef recipe using application and supervisor_service
Feb
25
comment tornadoweb gzip=True not working under supervisord and nginx
Not that I think it's your bug, but you've got too many '----' on the supervisor command.
Feb
24
comment What about the C10k in practice?
I assume it's seige that is segmentation faulting - which I'm assuming is a bug in siege with the number of connections.
Feb
24
comment What about the C10k in practice?
The default is small, there really isn't a limit... I've set it typically to 32767 which works fine on pretty much anything.
Feb
24
comment Calling a Tornado handler in another handler
Correct: A Handler is a class - it's created as part of the request process, you could simulate it but the browser would have no idea it happend to update.