Hi, I have a question about the scalabilty of the server end.
As I understand, the python server uses caching in relation to the database queries. Is this correct? If so, how can the python servers scale horizontally for performance / load reasons, using the same database? Do they share caching information? Not only for horizontal scaling, but also for redundancy reasons it would be good to be able to run two separate python servers concurrently, against preferably a clustered postgresql database server, using the same logical database. Is that possible? Thanks! -Janjaap -- [email protected] mailing list
