miniBB uses ONE connection per session. That means when you open the page or take an action, only ONE connection to the database is kept.
That's why it's possible to run the script with up to a few hundred online users even on a shared host (that has a limit of 30 concurent database connections), I suppose. Haven't experienced it yet, but I feel that's the case :). |