Treinamento
Módulo
Entender a simultaneidade no MySQL - Training
Saiba mais sobre simultaneidade no MySQL, incluindo como limitar o número de conexões e quando usar pools de threads.
Não há mais suporte para esse navegador.
Atualize o Microsoft Edge para aproveitar os recursos, o suporte técnico e as atualizações de segurança mais recentes.
Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
When working with a logical unit application (LUA) LU pool, specify the pool name at the beginning of the conversation and then use the lua_sid member (not the pool name) with subsequent calls. This is necessary because the lua_sid member is a unique identifier, but the pool name is not, because a pool is designed to supply LUs for multiple conversations.
When using RUI_INIT or SLI_OPEN with an LUA pool, specify the pool name with the lua_luname member. For subsequent calls in the same conversation, use the lua_sid member returned from RUI_INIT or SLI_OPEN to specify the conversation.
Observação
On completion of RUI_INIT or SLI_OPEN, the lua_luname member contains the actual name of the LU used. This allows you to create code for a display for the user, showing the actual LU name used in a particular conversation.
Treinamento
Módulo
Entender a simultaneidade no MySQL - Training
Saiba mais sobre simultaneidade no MySQL, incluindo como limitar o número de conexões e quando usar pools de threads.