5
votes
3answers
510 views
Are PHP sessions hard to scale across a distributed system?
At work we do almost everything in Java and perl, but I wanted to build out a feature using PHP and sessions. Some peeps thought that it was a bad idea to try to do PHP sessions o …
2
votes
4answers
985 views
Amazon S3 architecture
While the post @ http://highscalability.com/amazon-architecture explains Amazon's architecture in general, I am interested in knowing how Amazon S3 is implemented.
Some of my gues …
2
votes
2answers
895 views
Best distributed filesystem for commodity linux storage farm
I have a lot of spare intel linux servers laying around (hundreds) and want to use them for a distributed file system in a web hosting and file sharing environment. This isn't for …
2
votes
2answers
148 views
Distributed System Diagramming Best Practices?
I was wondering if anyone has some best practices to follow when diagramming distributed systems. Not being much of a visual designer I typically go through hours and several itera …
1
vote
4answers
462 views
Parallel processing of database queue
There is small system, where a database table as queue on MSSQL 2005. Several applications are writing to this table, and one application is reading and processing in a FIFO manner …
