Ніде не можу знайти інформації, скільки можна максимум підключати віддалено робочих місць до сервера?
кількість клієнтів навряд чи обмежується програмою
це питання скоріш до ОС сервера та до заліза
На самому говняному залізі, 15 річної давності, я особисто запускам маркет в котрому одночасно працювало 10 клієнтів.
походу на firebird до 100 підключень
Цитата: molotokk від Березень 07, 2023, 11:17:52походу на firebird до 100 підключень
Ні, це не так.
https://www.firebirdfaq.org/faq292/
ЦитатаHow many users can connect to Firebird simultaneously?
There is no limit in the Firebird server - it is limited by the resources in your server. However, most operating systems have a hard-coded limit of 1024 connections per TCP/IP port, and there are known cases of Firebird working with that many users (typically when classic client-server application is used over Internet).
If you need to serve more than 1024 clients, you should use some connection pooling technique - build a multi-tier application, and have multiple users use the same connection.
Або тут:
https://firebirdsql.org/file/documentation/papers_presentations/html/paper-fbent-impacting.html
Усім дуже дякую за відповіді.
Цитата: admin від Березень 07, 2023, 11:56:54Цитата: molotokk від Березень 07, 2023, 11:17:52походу на firebird до 100 підключень
Ні, це не так.
https://www.firebirdfaq.org/faq292/
ЦитатаHow many users can connect to Firebird simultaneously?
There is no limit in the Firebird server - it is limited by the resources in your server. However, most operating systems have a hard-coded limit of 1024 connections per TCP/IP port, and there are known cases of Firebird working with that many users (typically when classic client-server application is used over Internet).
If you need to serve more than 1024 clients, you should use some connection pooling technique - build a multi-tier application, and have multiple users use the same connection.
Або тут:
https://firebirdsql.org/file/documentation/papers_presentations/html/paper-fbent-impacting.html
Дякую. Ви плануєте робити свою мобільну версію Укрсклад?