Question Elijah Cotterrell · Aug 17, 2023 Stopping PEX Business Service with python Director class I'm using the PEX framework to create non-polling Business Services in Python. Below is the code I've used to instantiate my Python Business Service from the application I have written: #Python #InterSystems IRIS 0 0 0 134
Question Elijah Cotterrell · Mar 6, 2023 Compatibility of Embedded Python and %CSP.REST I'm curious about how embedded Python is handled by %CSP classes, particularly in the case of defining REST endpoints on IRIS.Here is a simple dispatch class for the endpoint /api/pythonapp on my local IRIS instance (2022.3): #CSP #Embedded Python #Python #REST API #InterSystems IRIS 0 4 0 241