vote up 3 vote down star
1

Are there any good books on the subject worth reading and still up-to-date with current technologies?

I'm mostly interested in back-end architecture and things I should consider choosing clustering and database solution as I plan to use GWT for the front-end therefore won't be able to control a lot there.

I'm looking for a book which will answer questions like: How to choose load balancing strategy? What DB model to choose? How to scale data? How to scale request handling? What are common problems when building web application able to handle huge traffic?

flag
similar question: stackoverflow.com/questions/907260/… – Vladimir Oct 30 at 17:21

4 Answers

vote up 1 vote down check

About GWT: Google Web Toolkit Applications.

In general Even faster web sites performance and Building scalable web sites are very nice.

I have heard good words on The Art of Capicity Planning too, but i don't have it, so i cannot say from first-hand experience.

link|flag
vote up 0 vote down

Check out O'Reilly's books. Here's one on High Performance Web Sites.

link|flag
thanks. added to my wish list at Amazon but I'm not sure if it's what I'm looking for. Seems like good book but from description it looks like the author talks a lot about where to put script etc while if I plan to use GWT I won't be able to control it. Probably should update my question. – Vladimir Oct 28 at 17:41
vote up 0 vote down

Perfomance Analysis for Java Web Sites by Stacey Joines et al?

My take is that Ajax doesn't fundamentally affect the overall approach to scalability. It may place even greater emphasis on the intelligent use of caching, but overall everything we knew about scalabilty remains true.

link|flag
Publisher: Addison Wesley (19 Sep 2002) isn't it a bit outdated? A lot of things happened since 2002, new challenges, new solutions, new technologies... but I agree that probably basics are the same. – Vladimir Oct 28 at 17:36
vote up 1 vote down

Don't know about books, but if you want information regarding real world, up to the bleeding edge, scalable web applications and architecture, then highscalability is a must read.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.