Tsuna's blog
In code we trust.
Monday, March 14, 2011
The "Out of socket memory" error
›
I recently did some work on some of our frontend machines (on which we run Varnish ) at StumbleUpon and decided to track down some of the er...
11 comments:
Friday, December 10, 2010
Java IO: slowest readLine ever
›
I have a fairly simple problem: I want to count the number of lines in a file, then seek back to after the first line, and then read the fil...
11 comments:
Thursday, December 9, 2010
OpenTSDB at Strata'11
›
I will be speaking about OpenTSDB at the Strata conference , Wednesday, February 02, 2011, in Santa Clara, CA. You can sign up with this ...
Sunday, November 14, 2010
How long does it take to make a context switch?
›
That's a interesting question I'm willing to spend some of my time on. Someone at StumbleUpon emitted the hypothesis that with all ...
30 comments:
Saturday, October 16, 2010
thread.error: can't start new thread
›
Today I was puzzled for a short while by a machine on which Python seemed to be acting up: $ python Python 2.5.2 (r252:60911, Jan 20 2010, 2...
Monday, October 4, 2010
IOException: well-known file is not secure
›
I implemented a command-line tool to discover and read JMX attributes on Java processes to make it easier to write monitoring scripts for th...
1 comment:
Friday, August 27, 2010
JPMP (Java's Poor Man's Profiler)
›
I recently came across PMP and found it surprisingly useful to troubleshoot and analyze live production systems, despite it being so ridicu...
1 comment:
Java NIO and overengineering
›
In an earlier post about some of the most horrible APIs in the JDK (the date related APIs), I mentioned how the Java's IO APIs were equ...
Tuesday, June 22, 2010
Linux's dentry_cache takes all available memory
›
So for some reason one of my servers had 12G of memory allocated to the dentry_cache that wasn't being reclaimed. Probably a bug in th...
2 comments:
SimpleDateFormat and "AssertionError: cache control: inconsictency"
›
Oh boy, the JDK was really poorly """designed""". Today's fail is: java.lang.AssertionError: cache contro...
‹
›
Home
View web version