Ok check this out guys, major perl usage, benifits of mod_perl?

OH MY FREAKING GOD!

Do you know why, even on a dual PIII server a popular browser based game called monarchy always seemed a little sluggish?

Because they never used mod_perl. They were forcing themselves to have over a gig of ram and dual cpus because they had to have a server running thousands of processes each second!!!!

Doesn't mod_perl make the server run PERL/CGI scripts just like how PHP scripts are executed by default?

It would increase the games functionality by about 1000%!!!
Not to mention cutting the bandwidth usage by at least half

He was telling me how they could have 2 or 3 thousand users logged in at once, (about 10,000 transactions per second)well thats nice, but the second thing he told me blew me away, I asked what kind of server hardware they were using now, and he told me what they did use at shareplay for monarchy instead.

It was a dual PIII 850 with 1024 megs of ram. hey nice system, but the he told me it runs maxed out!
what??!

not for 2 thousand users on a box like that. even with it being cgi based

Then mod_perl hit me
I asked (dare I ask?)

he said they never really looked into it!!
HOLY COW!!!!!

THis is just amazement on a whole bunch of levels
4 years!
How did no one ever suggest it to them before?
Someone must have told them a bunch of BS about it because he also told me that mod_perl is over rated!

Is it? or isn't it?

From what I have seen, it's very true what they say about it. Any success stories here?

Do most hosts compile it into apache by default now? (I would)

ARe there any special calls you have to make to use mod_perl, or does it do what I suspect and start avoiding the external interpreter and use the persistant one right away?

I'd really like to hear about what you guys have to say. Let me know.

Thanks,
Jason

 

 

 

 

Top