Today I was asked about scaling mod_perl to handle really big loads. They mentioned the possible direction of a J2EE solution.
Now I didn't have any statistics handy to back why mod_perl can scale, but I after mentioning that mod_perl runs Slashdot.org, and TicketMaster.com, I made a bold statment:
"I'd wager my career that mod_perl can scale as well as any other technology."
The response?
[laughter]"Would you put that in writing?"[/laughter]
In this journal entry I hereby make good on my answer of yes to that question
we've had no problems scaling perl (Score:2)
the only times that the choice of language or platform has been a problem as been with some ASP applications I have had the ill luck to work on (not design, or develop I hasten to add)
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;
A talk you really really want to find (Score:1)
He gave a great overview of all the different methods you can use to scale the application. Which ones work, which ones don't. And which order to persue them in.
actually, I managed to find the overview
When: 7:30 PM, Wednesday, July 20th, 2005
Where: ActiveState/Sophos, 580 Granville Street, Vancouver, BC
Speaker: Kevin Scaldeferri
Topic: How to Serve a Billion Requests
Re:A talk you really really want to find (Score:1)
agree (Score:1)
Brad Fitzpatrick from livejournal gave a good talk on how they run a successful website. It's not only about mysql but perl too.
http://www.mysqluc.com/cs/mysqluc2005/view/e_sess/6257 [mysqluc.com]
talk available to download at the end of that page.
also, mod_perl website contains some nice doc on how to setup a scalable system with mod_perl.
Re:agree (Score:1)
uh... Amazon? (Score:1)
Re:uh... Amazon? (Score:1)
/me smacks forehead in one of those "Why didn't I remember that at the time?" moments.
I dug into the mod_perl site docs last night and found this link [apache.org] of sites running mod_perl. The question was more in the context of using Perl as the technology of choice though, so FastCGI, Mason, etc. are all relevant here. I found this link also about HTML::Mason powered sites [masonhq.com].
TicketMaster and Slashdot jumped to the front of my mind when the question was asked, but next time the question comes up I'll point them to
Re:uh... Amazon? (Score:1)
Re: (Score:1)
http://www.oreillynet.com/pub/wlg/7930 [oreillynet.com]
A more recent story.