Article Alex Woodhead · Apr 16, 2023 4m read Tuples ahead Overview Cross-Skilling from IRIS objectScript to Python it becomes clear there are some fascinating differences in syntax. One of these areas was how Python returns Tuples from a method with automatic unpacking. Effectively this presents as a method that returns multiple values. What an awesome invention :) out1, out2 = some_function(in1, in2) ObjectScript has an alternative approach with ByRef and Output parameters. Do ##class(some_class).SomeMethod(.inAndOut1, in2, .out2) Where: #API #Embedded Python #ObjectScript #Python #InterSystems IRIS #InterSystems IRIS for Health Open Exchange app 3 0 0 559
Article Alex Woodhead · Jan 28, 2023 3m read Using Ompare to compare CPF configuration and Scheduled Tasks between IRIS instances Some Usage cases 1. A deployment may consist of two high availability instances and two disaster recovery instances in a different data center. The corresponding UAT environment could replicate this giving a total of 8 instances. How do you confirm CPF and Scheduled task alignment across ALL instances. #Change Management #Continuous Delivery #Deployment #DevOps #High Availability #Monitoring #System Administration #Open Exchange Open Exchange app 3 2 0 487