Question Dmitry Maslennikov · Aug 31, 2018 WebSocket frame size limitation I faced with the issue when WebSocket connection just fails without any errors if I send data with size 384 bytes and more (In binary mode the same). As I know by standard WebSockets frame does not have such limitation. Is there any way how to decrease it? This limitation too small, it is too difficult to fit this size and needs to send data much more often than I expected. Tested with Caché 2016.2, 2017.2 and IRIS 2018.1. #Frontend #SOAP #Caché 1 2 0 799
Question Dmitry Maslennikov · Jul 20, 2018 Docker with overlay support Just got the new beta version of Docker, with depreciation warning of AUFS. It's so bad news when InterSystems does not support used by default storage driver overlay2. Recently I thought to play with Google Kubernetes Engine, and realized that I can't work with InterSystems products there due to incompatibility with Storage Driver. Maybe it's already time to think about support? #Compatibility #Deployment #Docker #Kubernetes #Caché 4 5 0 788
Question Dmitry Maslennikov · Dec 13, 2016 Duplicate tags There are two tags with the same name "Web Services"The same problem for tags: REST Services, Delegated and Monitoring. #DC Feedback 1 2 0 213
Question Dmitry Maslennikov · Dec 1, 2016 Some feedback about latest version of Atelier Thanks a lot, that we finally got the new version of Atelier, where most of the errors were fixed. But I've found some have not fixed yet. set destination = $listget(waypoints,*) set $list(waypoints,*,*)="" In this code, Atelier does know about asterisk as a second argument to $listget function. And in this case, even shows next lines as an error. 1 6 0 618
Question Dmitry Maslennikov · Nov 24, 2016 InterSystems and containers Just curious how many companies use in their work Docker containers, I mean not only with InterSystems products. And if such companies exist, which of them uses docker and doesn't use it for InterSystems products by some reasons. What are the reasons? For companies which already uses InterSystems in containers, how do you use it? Development environment, testing or even in production ? And if you don't use but thought about it, what are the reasons which stop you. As for me, I've been using InterSystems Caché inside a Docker container in some different cases: #Containerization #Continuous Integration #Docker #System Administration #Caché 3 2 0 854
Question Dmitry Maslennikov · Nov 5, 2016 Copy text in editor There are some troubles while I try to copy text in the WYSIWYG editor, some time it does not work, even in source mode. #DC Feedback 1 1 0 277
Question Dmitry Maslennikov · Oct 3, 2016 Date for post published from draft [Fixed] Is it possible to change date for post, when in time when it was published? I've created a draft some days ago, and when I published it today, it shows that post already 3 days old. #DC Feedback 0 1 0 191
Question Dmitry Maslennikov · Sep 17, 2016 Support for Java Hibernate 5 Working on implementation FHIR to my project, I found interesting project HAPI-FHIR, which could help me to quickly launch my FHIR api server with InterSystems Caché as a storage, because this projects uses Hibernate to connect to database, as an example they use DerbyDB. I tried to change settings to use InterSystems Caché, but unfortunately it does not work and throw some errors inside HIbernate. As I found in Caché documentation, I have not some many options, I just have to set Cache dialect, and set database url. #Compatibility #FHIR #Java #Caché 2 13 0 1.8K
Question Dmitry Maslennikov · Sep 9, 2016 FHIR outside of HealthShare Some time ago, I was started to work at a new company even in other country, and more important in a different sphere when I have not been worked before, in HealthCare. It's a very new project even for company. Since I have not experience in HealthCare, I looked at what I can use in my project, and found that I should not reinvent the bicycle, and think about how to store all my data which I need and how to get access to this data. And I can use FHIR, which is looks like everything what I need, what else I need it's just a client. #Ensemble #HealthShare #REST API 1 2 0 466
Question Dmitry Maslennikov · Mar 4, 2016 Contributing to an Atelier As I know Atelier sources already on github, but I think in private repository. May you say when this project will be opened, and how about if I want to contibute to this project? #Development Environment 1 7 0 411
Question Dmitry Maslennikov · Feb 18, 2016 XData MimeType anything other then just xml XData blocks in Caché classes has a MimeType property, and dcoumentation saysMimeType — The MIME type (more formally, the internet media type) of the contents of the XData block. The default is text/xml #Languages #ObjectScript #Caché 4 3 0 499
Question Dmitry Maslennikov · Feb 8, 2016 Atelier and complicated projects Most of projects on Caché, obviously, written not only in Cache ObjectScript, and should contain sources in other languages. Such as js or css for web-projects or any others. And it would be pretty good, if I could see all of files in one project, and possible to edit all of them. How to be in this case ?And I think it is not a good idea, to place all project's sources in one root folder. Our project contains over 3 thousands classes and routines, and it is too difficult to find anything in such folder. Is not a good for it to use Java-way, and place every package in subfolder ? #Development Environment 5 2 0 396