Is there something fundementally wrong with using firebird for a production setup with 6000-12000 users which will probably result in 1000-2000 requests/connections pr minute? I would expect a database to be able to handle this "relatively" light load.
At first, you should consider changing to a later FirebirdSQL
than 2.5.9. Starting with v3 there are significant improvements in
spreading work on several CPU cores. With v2.5 SuperServer is
locked to a single core (for a single database), v3 can spread
each connection to a different core.
For a Scenario with up to 12k Users (online at the same time?) you should consider to design an application server which handles the database activity with fewer permanently open database connections (connection-pool).
Elmar
--
You received this message because you are subscribed to the Google Groups "firebird-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebird-suppo...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/firebird-support/03941843-27d2-4d23-979d-8dfc64e2d972n%40googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/firebird-support/747dbce1-effb-4ab9-a807-0dcb580d1781n%40googlegroups.com.