http://www.perlmonks.org?node_id=514930


in reply to OT: Scalable web application architecture

You should take a look at Brad Fitzpatrick's presentations about how LiveJournal scaled up their systems. It's not a HOWTO, but it's definitely a good read for anyone working on scalable web apps with Perl and MySQL.

I believe the most recent version is at http://www.danga.com/words/2005_oscon/

  • Comment on Re: OT: Scalable web application architecture

Replies are listed 'Best First'.
Re^2: OT: Scalable web application architecture
by badaiaqrandista (Pilgrim) on Dec 08, 2005 at 23:43 UTC

    Thanks for the link. I have read the presentation couple of times, but it concerns more about scaling the whole architecture, including hardware and network connections. I am looking for something that is more code-wise and database structure-wise. My boss is pretty tight with adding new hardware, so I just have to live with it. And having to code with limited resource stretches my mind and challenges my knowledge, so I don't really mind him being like that.

    badaiaqrandista