Subject | Re: {Disarmed} Re: [firebird-support] Number of concurrent user connections |
---|---|
Author | Elmar Haneke |
Post date | 2016-10-27T14:11:31Z |
> I was looking on FaceBook 'sDATA storage and MySQL !!!I would guess nobody is running an database server with millions of
>
> For sure millions simultaneous Users connected !!!
connections simultaneously open.
On huge Systems as Facebook there are some application servers between
users and database which do serialize database access to an lower number
of connections - it does not make sense to let DB server process
millions of queries simultaneously since the hardware has not that much
parallelity.
Elmar