<yopp>
That's a tough week. Completed 200 OK in 4740.5ms (Views: 4688.3ms) -> Completed 200 OK in 374.4ms (Views: 20.9ms)
<headius>
nice improvement
<yopp>
and, hopefully, nothing is broken!
<Rotonen>
yopp: what's causing 20ms in rendering a view still and can you just stash the heaviest partials as a blob into memcached to speed it up or would the overhead eat away the benefit? (not that shaving much off 20ms is sensible, but as a general thought)
<yopp>
huh
<headius>
you probably just need to run raptor, then everything will be fast
<yopp>
raptor?
<Rotonen>
headius: running *from* raptors is most probable to give a speed boost? :-)
<headius>
this is true
<headius>
yopp: just a joke about that new http server
<yopp>
new http server?
<headius>
rubyraptor.org
<Rotonen>
yopp: https://github.com/mperham/dalli <- i've had both successes and failures with stuffing ruby objects in there from various template engines
<Rotonen>
yopp: of course sorta assumes a single server setup, but i've gotten quite the mileage out of hardware servers with that
<yopp>
sorry, I spent few weeks in BIG ENTERPRISE APPLICATION bowels, so I'm more like pathologist
jeregrine has joined #rubinius
<Rotonen>
yopp: then the use-case depends on the monolithicity of the architechture and with all due probability you may ignore me
<yopp>
Rotonen, keep telling people about putting everything in memcache, and my grandchildrens will be grateful ;)
saline has quit [Max SendQ exceeded]
<Rotonen>
yopp: well i'd tell people about benefits of berkdb for direct object persistency, but i have started to get weird looks in the past 5 years or so for that, gotta modernize from time to time :-)
<yopp>
huh, found origial case: Completed 200 OK in 11511.8ms (Views: 11468.7ms)
<Rotonen>
:>
<yopp>
30x faster in 2 weeks.
lbianc_ has joined #rubinius
lbianc has quit [Ping timeout: 260 seconds]
lbianc_ is now known as lbianc
chrisseaton has joined #rubinius
<headius>
Rotonen: nice...we used to have access to a 32-core sparc for wide testing, but not currently
yipstar has joined #rubinius
<Rotonen>
headius: you should be able to run a few graph generathing thingies on it with the free credits you get and i suppose you can just outlandishly ask for lavish amounts of credits since it is also basically free advertisement for them if you feel comfortable mentioning you benchmark with them
yxhuvud has quit [Remote host closed the connection]
<headius>
yeah good idea
noop has joined #rubinius
yxhuvud has joined #rubinius
yxhuvud has quit [Remote host closed the connection]
yxhuvud has joined #rubinius
max96at is now known as max96at|off
yxhuvud has quit [Remote host closed the connection]
yxhuvud has joined #rubinius
jnh has joined #rubinius
havenwood has quit [Remote host closed the connection]
noop has quit [Ping timeout: 265 seconds]
havenwood has joined #rubinius
diegoviola has joined #rubinius
GitHub145 has joined #rubinius
<GitHub145>
[rubinius] brixen pushed 5 new commits to master: http://git.io/uAn5Zg
<GitHub145>
rubinius/master b69094a Brian Shirai: Updated CI specs to RubySpec b432f0d9.
<GitHub145>
rubinius/master 5805f15 Brian Shirai: Removed LLVM prebuilt support.
GitHub145 has left #rubinius [#rubinius]
<GitHub145>
rubinius/master f9c635f Brian Shirai: Relax expectation on sleep spec.