On May 24, 5:10 am, "Shannon -jj Behrens" <[EMAIL PROTECTED]> wrote:
> Bob Ippolito was telling me once that he took a server in Twisted and
> rewrote it in stackless.  He got some performance gains, but then he
> rewrote it in Erlang.  It dropped from 40% CPU utilization to almost
> nothing, and it was a heck of a lot faster.  In some situations,
> Erlang is a really nice tool.  Now, if only the syntax wasn't so
> ridiculously ugly ;)

I think his performance gain was quite a bit more... Bob is a good old
friend (turned boss for a few years, turned good friend again), I was
privvy to daily updates on his transitions and performance gains - and
he completely sold me.

Twisted is really great ( though the syntax can be a bit of a
bitch )... we just outgrew it (it became the bottleneck, not our DB or
network architecture).  I think it maxxed out at indexing 1MM online
identities a day ( which translated to about 15MM web queries ) (per
machine, of course).  At one point we had 100MM profiles tracked, and
a backlog of 500MM to get to -- under twisted there was no way we
could start re-queing and updating our index as fast as we'd like.
The next level would be C.. or erlang.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to