The Net::HTTP that ships with JRuby appears to be the same/similar to the one that ships with MRI Ruby.
Does anyone know if this implementation is, or is not, thread-safe (and, how you know).
My only evidence is the existence of the net-http-persistent library, which claims to be a thread-safe library that uses Net::HTTP.
Examining the source for Net::HTTP doesn't reveal any obvious shared state.
Anyone have any more info?