Encontrar

記事
· 2025年4月7日 1m read

インストールマニフェストを利用したアプリケーションのデプロイ

これは、InterSystems FAQ サイトの記事です。
 

InterSystems製品では、%Installerユーティリティによりインストール・マニフェストを定義することができます。これを利用することにより、複雑な構成設定を自動化することが可能になります。
これは特に、複数の同様なアプリケーションデプロイを行うときに大変有効です。

インストール・マニフェストの詳細については、下記のドキュメントページをご参照ください。
インストール・マニフェストの作成および使用

また、下記の トピックでも、詳しく記載されています。
%InstallerでInterSystems Cachéにアプリケーションをデプロイする
※記事ではCachéについて記述していますが、内容はIRISでも同様です。

ディスカッション (0)1
続けるにはログインするか新規登録を行ってください
質問
· 2025年4月7日

Trace de aplicação

Pessoal,

Poderia me informar se na plataforma InterSystems IRIS, existe uma ferramenta de trace de execução de comandos SQL, procedures entre outros, semelhante ao SQL Profiler? 

Grato,

4 Comments
ディスカッション (4)1
続けるにはログインするか新規登録を行ってください
ダイジェスト
· 2025年4月7日
ダイジェスト
· 2025年4月7日

InterSystems Developers Publications, Week March 31 - April 06, 2025, Digest

Articles
#InterSystems IRIS
OMOP Odyssey - Vanna AI ( The Underworld )
By Ron Sweeney
Ask your IRIS server using an AI Chat
By Yuri Marx
Operate the database through dialogue
By lando miller
Hey chat, what's up with my Interoperability
By Dmitry Maslennikov
How to get server/instance info
By Kurro Lopez
Ask your IRIS classes with Ollama, IRIS VectorDB and Langchain
By Yuri Marx
Command the Crew
By Henry Pereira
Note about the StayConnected setting for TCP adapters
By Hiroshi Sato
Part I: Studying for IRIS Developer Professional Certification with the "Ask Developer Community AI"
By Yuri Marx
Part IV: Studying for IRIS Developer Professional Certification with the "Ask Developer Community AI"
By Yuri Marx
Part III: Studying for IRIS Developer Professional Certification with the "Ask Developer Community AI"
By Yuri Marx
Part II: Studying for IRIS Developer Professional Certification with the "Ask Developer Community AI"
By Yuri Marx
#InterSystems IRIS for Health
Announcements
#InterSystems IRIS
#IRIS contest
#Summit
#Developer Community Official
#Open Exchange
#Learning Portal
#Global Masters
Questions
March 31 - April 06, 2025Week at a GlanceInterSystems Developer Community
記事
· 2025年4月7日 1m read

Nota sobre la configuración StayConnected para adaptadores TCP

Preguntas frecuentes de InterSystems

La configuración predeterminada para Stay Connected y Pool Size para los hosts de negocio (antiguamente, business service) que utilizan el adaptador TCP es la siguiente:

StayConnected = -1(no timeout)
PoolSize = 1

Si un problema de red causa que se pierda la conexión con un host de negocio, el lado de la producción no podrá detectar esto y no aceptará nuevas conexiones. En esta situación, no se registrará ningún evento en el registro de eventos. Si StayConnected está configurado con su valor predeterminado (-1), las conexiones no se cerrarán por tiempo de espera, y será necesario reiniciar el host de negocios antes de que pueda aceptar nuevas conexiones. Recomendamos configurar StayConnected a un valor mayor o igual a 0 para evitar esta situación.

Por ejemplo, si lo configuráis a 300 (segundos), un host de negocios TCP podrá desconectarse y reconectarse automáticamente si no recibe nuevos mensajes durante 300 segundos o más.

Para sistemas con mucho tráfico, normalmente configuraríais el valor de StayConnected a un valor más pequeño, como 5 segundos.

ディスカッション (0)1
続けるにはログインするか新規登録を行ってください