文章
#InterSystems IRIS
#InterSystems IRIS for Health
五月 12 - 18, 2025Week at a GlanceInterSystems Developer Community
https://community.intersystems.com/node/584266
記事
#InterSystems IRIS
#InterSystems IRIS for Health
質問
5/12 ~ 5/18Week at a GlanceInterSystems Developer Community
https://community.intersystems.com/node/584265
I have a rest API Class used for getting data from Cache 2018 version.
I have single route '/callfuntions'
I send the following parameters to the API :- className, methodName, params
I use $CLASSMETHOD to execute and send the result back to the client.
If I make more that 10 to 12 requests in quick succession, then it stops sending data.
if I wait for over 10 seconds it allows me to send more requests to the API. How do I resolve this?
3 Comments
https://community.intersystems.com/post/rest-api-issue
I am writing to express my interest in the "IRIS Ensemble Integration . I have 2 years of experience as an Ensemble IRIS Developer, working with Ensemble and IRIS for integration, server management, and application development. Looking for more opportunites to work under Iris Cache Objectscript
2 Comments
https://community.intersystems.com/post/do-you-have-any-openings-intersystems-developer-job
I'm trying to deploy a python/flask application to an Iris4Health container (2025.1) but running into some issues with packages and where they should be installed.
First one if the flask packages themselves. I tried to installed the flask packages into the python external language server virtual environment, but even doing this when configuring the WSGI application in the web application section, it would complain about not having a WSGI framework. Once I created a custom container and added the flask package at the OS level, I was able to configure the web application without it complaining.
QUESTION: Is this the preferred method for adding the flask framework? (Creating a custom container with docker build using the iris2025.1 container as the base)
Second, once the flask application is running, what is the preferred method for adding packages. ex: flask-sqlalchamey, flask-session,etc (that the flask would use)? Again, I tried adding these to the virtual python environment that iris creates (/dev/python/virtual/%Python Server_3252368016$) and then activating the venv and adding package using pip install in the venv.
I did this, but the flask application generates an error that it cannot find the packages... Are you supposed to add these packages the same way, in the base OS images via a docker build command?
Any help with this would be appreciated. i know that the WSGI stuff is listed as "experimental" but seems like this is a better way to host web apps
4 Comments
https://community.intersystems.com/post/wsgi-flask-application-iris-container-where-do-packages-need-be-installed