Question Eduard Lebedyuk · Feb 17, 2016 Basic queue handling Let's say the user need to execute some heavy code (build a report, or extensive calculations etc.). So, of course it needs to be asynchronous, and we possibly need to store some data about execution status. How? #Object Data Model #Caché 1 6 0 893
Question Eduard Lebedyuk · Feb 7, 2016 Best practices to store user information/settings in Caché I'm interested in different approaches on how to store user data in Caché. I'm assuming that application uses Caché security/Caché users and not a self-made authentication system. Several approaches, I'm familiar with: #Caché #Security #Authentication #Access control 1 2 1 1.1K
Article Eduard Lebedyuk · Feb 5, 2016 11m read Class Queries in InterSystems IRIS Class Queries in InterSystems IRIS (and Cache, Ensemble, HealthShare) is a useful tool that separates SQL queries from Object Script code. Basically, it works like this: suppose that you want to use the same SQL query with different arguments in several different places.In this case you can avoid code duplication by declaring the query body as a class query and then calling this query by name. This approach is also convenient for custom queries, in which the task of obtaining the next row is defined by a developer. Sounds interesting? Then read on! #Best Practices #Compiler #Languages #Object Data Model #ObjectScript #SQL #Caché 17 17 7 7.3K
Question Eduard Lebedyuk · Dec 16, 2015 Sync emails from mailbox to Cache Hello.I want to store a mailbox in Caché, persistently.Does anyone have some code for downloading all messages from mailbox into Caché? And maybe automatic syncing after download? I know, there is %Net.POP3 but maybe someone has already done that. Thank you. #Caché 1 12 0 1.3K