PHP Rocks, that's why I would like to see support for C-JDBC (Clustered JDBC, it's supposed to be for databases what RAID is for harddisks!). Is there any chance that this will be implemented?
Where can I find a list of "planned features" for PHP and/or post my own feature requests?
Also I'd like to have some info on PHP's scalability, that is: how can I cluster PHP for load balancing and failover?
Actually not only for PHP, but for a combination of Linux, Apache, PostgreSQL and PHP...
If anybody could point me to some good info, I'd greatly appreciate, because I want to build a mission critical application that connects several branches of a company using VPN over the internet.
I chose for PHP to program the frontends and postgreSQL for the backend, but things get complicated when data partitioning, replication and clustering come into the equation... I'm considering Mosix as clustering solution, but I don't know if PHP and postgreSQL will benefit from it... (Mosix is a Linux kernel patch that makes networked Linux boxes behave like a single SMP system, but only applications based on a "shared nothing" architecture are most likely to benefit from Mosix... Anybody could tell me if PHP+postgreSQL would benefit from it?)
Anybody has had experience with this kind of stuff and could give me advice????
Any help would be greatly appreciated.
Jean - Marc.