NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
infrastructure questions, not language questions (Score:2)
It could mean anything from sharing user sessions between servers or using a reverse-proxy direct traffic accross mutiple application servers and cache responses to slow connections, etc.
Plucking a figure out of the air, 99% of load balancing and fault tolerence is done with the web servers, database servers & connections, and network design.
There are modules and tools that allow you to integrate t
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;
perl used in some big places (Score:2)
Any online trading and a large ammount of the finance analysis and trading support systems are based on perl.
Livejournal and OSDN and several major magazines and newspapers use perl to power their websites.
Perl keeps the Internet working and running every day.
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;