Похожие чаты

Hi there, I have a back-end project with nodejs using mysql

as a database.
There is two scenario I hope you would help me to make the right decision.

There is 10 service (a simple class or function inside app) that each X seconds is calling mysql procedure and sends result with API or websocket.

having a separated connection for each service is better or one mysql connection for all of them?

9 ответов

23 просмотра
Farhad-Mehryari Автор вопроса

any idea? 🙄

How would you have one connection for all of them? That doesn't make sense

Farhad-Mehryari Автор вопроса
Thomas
How would you have one connection for all of them?...

before starting all services I create a connection and pass in service constructor like below: class App { async init() { const connection = await this.connect() let services = [] for(service in services) { const instance = new service(connection) } } connect(): Promise<connection> { // returns connection } }

Farhad Mehryari
before starting all services I create a connection...

when you said service I think most people thought about systemd related stuff not just a class with functions.

Farhad-Mehryari Автор вопроса
painor
when you said service I think most people thought ...

Sorry, simply I mean a function or class.

Farhad Mehryari
before starting all services I create a connection...

Ahhh, so they aren't actually "services" on their own servers

Farhad-Mehryari Автор вопроса
Thomas
Ahhh, so they aren't actually "services" on their ...

Yes yes exactly, really sorry for using "service" :D

Farhad Mehryari
Sorry, simply I mean a function or class.

then I also think having 1 single connection is better. especially since you don't need to commit as often with a single connection

Farhad-Mehryari Автор вопроса

Похожие вопросы

Обсуждают сегодня

Ready for some fun AND a chance to win TKO Tokens? Join us for exciting minigames in our Telegram group! 🕒 Don’t miss out—games start on today 25 October 2024, at 8 PM! Ge...
Milkyway | Tokocrypto
255
Мужики и девушки, привет) в Вelphi xe7 в настройках во вкладке "Editor Options" далее " Color" есть список: "Elements", открыв который мы можем настраивать отображение разных...
Kraszx
14
is that okay?
Samurai 🇯🇵
21
Добрый вечер. Есть вопрос, а может и предложение. Был у меня диалог в другой группе о делфи и я задался вопросом: "А нельзя ли в делфи цвет //коментария и {комментария} сде...
Kraszx
24
How about the project bro Likes the community not that active ?
🅿️abby_FX
19
Всем привет! Подскажи, пожалуйста, как передать в TComboBox сразу значение и id записи. На Delphi я делал так: ComboBox1.Items.AddObject('Какое-то значение', Pointer(id запис...
Евгений
13
А вот это что за конструкция? Вернее, она тут нафига?
Serjone
10
Мдя, прикол, боевая сборка запускается (именно под отладчиком) после F9 примерно полторы минуты (97 секунд если быть точным). Начал копать - проблема детектится сразу - зависа...
Александр (Rouse_) Багель
38
Здравствуйте товарищи. А где вы смотрите маркеры/фенотипы клеток, чтобы подобрать антитело для задачи? Есть какой-то ресурс/база данных, или всё ручками по статьям? Мне нужно ...
Abruhmed
14
Мужики. привет) в Вelphi xe7 в настройках во вкладке "Editor Options" далее " Color" есть список: "Elements", открыв который мы можем настраивать отображение разных элементов...
Kraszx
2
Карта сайта