Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@dmonkey @IntrusionCM
concurrency is a bitch.
Yes, we were perf-testing the system to the point we were seriously pushing AWS and ora limits. Tests were so harsh that AWS used [and still do] ask us to try out their services' upgrades to see how they perform.
We got to the point where the more powerful instance type we choose, the worse performance we get. -
@netikras
Ah, ok. With perf testing it makes more sense, as this is usually the kind of stuff for nightmares.
E.g. thread / mutex contention and other stuff.
Lovely stuff.
Related Rants
-
kiki23It was when I ditched React. I replaced it with raw JavaScript, with frontend being built with Gulp and Twig (...
-
SidTheITGuy7I used to work for a company in 2017 that was affiliated with a ruling party's tax information agency. The web...
-
PaperTrail9Best code performance incr. I made? Many, many years ago our scaling strategy was to throw hardware at perfor...
Changed the Ora DB instance type to one having 2x fewer CPUs. That alone increased the db perf ~4x+
rant
wk368