phpgroupware-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-developers] Scalability, Server Farms, KDE Plugins


From: Stefan Heimers
Subject: [Phpgroupware-developers] Scalability, Server Farms, KDE Plugins
Date: Mon, 16 Sep 2002 14:05:32 +0200
User-agent: KMail/1.4.3

PHP might be too slow to serve thousands of concurrent users, but the 
mysql backend ist fast as lightning.

What would happen if you run three computers: One MySQL server, Two 
webservers with Phpgroupware and connect both to the same database on 
the first computer? Will there be conflicts?

And would it be OK to program KDE/Gnome/whatever plugins which connect 
directly to the database, not through phpgroupware? Problem: The plugin 
needs the database password, the user must not know it. So the plugin 
must run suid as a special user which can read a password/setup file 
unreadable by the normal user, or there must be some other middleware.

Stefan Heimers





reply via email to

[Prev in Thread] Current Thread [Next in Thread]