Big site architecture related things

Lyle - CosmicPerl.com perl at cosmicperl.com
Sat Nov 10 20:16:17 GMT 2007


Jonathan Stowe wrote:
> >From a cursory inspection it would appear the email sending is
> relatively tightly coupled to the queuing and that it uses a select
> based mechanism to allow multiple sends to be in progress at once in the
> single process.
>   

I see, I suspected that this was the case.

> The three argument select never used to work on windows as it relies on
> support from the OS that windows doesn't have. It may have been fixed
> since I last looked.
>   

I wasn't familiar with select, but this page:-
http://www.perlfect.com/articles/select.shtml
Was very helpful and got me up to speed.


I've also come across a good slide show about Scalable Web Architectures:-
http://www.slideshare.net/techdude/scalable-web-architectures-common-patterns-and-approaches/1

It wasn't until the end of the show that I realised I've bought the guys 
book (not read it yet), lol.


Lyle


More information about the london.pm mailing list