Clear filter
Announcement
Anastasia Dyubaylo · Oct 22, 2024
-hosted models to achieve maximum data protection or by using web services to gain access to the most powerful models currently available.
🗣 Presenter: @Andreas.Schuetz, Sales Engineer, InterSystems
Enjoy watching, and expect more videos! 👍
Question
Mogamad Allie Saal · Jan 17, 2019
segment mist have a date and time populated with seconds.
We are utilising the standard class for the Service Adapter (EnsLib.HL7.Service.TCPService).
HL7 Version 2.5 no modifications
Question
Sorin Petrescu · Mar 8, 2021
Hi,
I have to create to a web socket client, but I'm unable to read any data from the server, after flushing the buffer. I have no access to the server, only two examples
Article
Liam Evans · Jul 14
.”
Let's analyze our code line by line:
from flask import Flask
from flask_cors import CORS
We are using Flask as our web framework to build the REST API, so we import Flask
Question
Kurro Lopez · Mar 6, 2017
the port to call in pre production environment.I've changed the port in the business service object, but it is ignored.Other workaround is change the WebServerPort in System >
Question
Yuri Marx · Dec 5, 2020
Services create request messages and send the Asynchronously to one or more Business Processes. If the Pool size on those Business Processes then you will end up with multiple
Article
Murray Oldfield · Feb 26, 2016
have many servers and bounce around between different operating systems - the differences between installing or using services on SLES 11, Red Hat 6, Red Hat 7, AIX etc can
Question
Norman W. Freeman · Jul 27, 2023
There is several classes that allow to create TCP/IP connections (eg: to connect to a service).
Example : %Net.FtpSession (port 21), %Net.HttpRequest (usually port 80 or 443
Announcement
Nikolay Solovyev · Jan 11, 2021
;?xml version="1.0" encoding="UTF-8"?>
<Export generator="Cache" version="25">
<Document name="test-binary.ZPM">
<Module>
<Name>test
Article
Fabian Haupt · Feb 12, 2016
: Websockets provide a full-duplex channel over a TCP connection. This is mainly focused on, but not limited to, facilitating a persistent two-way communication channel between a web client
Question
Mark OReilly · Aug 15, 2023
the service off for a period of time still doesn't seem to affect it but maybe there is something we are able to do with a zFlush error? What does it mean this error? Sometimes
Article
Maria Nesterenko · Apr 20, 2023
and requests to server are kept in the isolated services. To process our backend data we use RxJS - a library for composing asynchronous and event-based programs by using
Article
Nikolay Solovyev · Apr 25, 2018
in the Web server.Register webhook - for this you need to call the SetWebhook method of Telegram.API classAdd the TelegramService business service to your Production, specify
Question
Danillo Aquino · Oct 15, 2018
: Effective user for Cache SuperServer: SuperServer port: 1972WebServer port: 57772JDBC Gateway port: 62972CSP Gateway: using built-in web serverClient components: ODBC client C
Question
Klaus Richarz · Jun 22, 2020
are required to use https:// for the /oauth2/authorize and /oauth2/token endpoints, but the Docker container exposes only http:// in its default configuration. We have tried to find any