查找

Artículo
· 13 nov, 2024 Lectura de 3 min

第二十章 TCP 客户端 服务器通信 - 立即发送模式(Q 模式)

第二十章 TCP 客户端 服务器通信 - 立即发送模式(Q 模式)

立即发送模式(Q 模式)

在立即发送模式下,每个 WRITE 命令都作为其自己的数据包输出。如果不使用立即发送模式,则必须包括终止符或发出命令 WRITE *–3 以输出数据包。

通过指定“Q”模式字符或/SENDIMMEDIATE(或/SEN)关键字参数进入此模式。要关闭此选项,请指定以下任一选项:

   USE TCPDEVICE:(/SEN=0)
   USE TCPDEVICE:(::"-Q")

要重新打开此选项,请指定以下任一选项:

Comentarios (0)1
Inicie sesión o regístrese para continuar
Pregunta
· 13 nov, 2024

Starting Python External language in container generates error

I'm trying to get the python external language server started up in a container I am starting. The container is up and running but I cannot get the python language server to start.

This is the error that is coming back when trying to start the language server. I have tried creating a custom image with that package installed but it still does not work. Is there something specific that needs to be done to to get this working? (FYI, I have the dotnet version working but creating a custom image and installing the dotnet runtimes via a docker file)

Base iris container:containers.intersystems.com/intersystems/irishealth:2024.1 

 "On Debian/Ubuntu systems, you need to install the python3-venv package using the following command. apt install python3.10-venv"

Comentarios (0)1
Inicie sesión o regístrese para continuar
Anuncio
· 13 nov, 2024

Which implemented ideas would you like to know more about?

Hi, Community!

We've had several new ideas from the Ideas portal implemented and thought that you might be curious to learn more about them in our series of articles dedicated to Implemented ideas 😉

 

So help us choose the ideas you want us to write about in the poll below.

To help you decide, here is a list of recently implemented ideas:

1 Comentario
Comentarios (1)1
Inicie sesión o regístrese para continuar
Pregunta
· 13 nov, 2024

Problems with url values with Studio / VScode

I'm using a server side fonts control, with the userAction method, i'm using the action 3 (to open a zenPage). passing some info on the URL.



on Studio, the new windows opens fine and blurs the url values:

But doing this with the vs code server side command, the url keeps the values:

i can't have the same behavior on the vsCode and Studio.

The method Link on CSP.Page  doesn't work.

1 Comentario
Comentarios (1)1
Inicie sesión o regístrese para continuar
Pregunta
· 13 nov, 2024

AutoParallel feature in SQL not working

Hello all,

We have our system with AutoParallel enabled:

USER>w ##class(%SYSTEM.SQL.Util).GetOption("AutoParallel")
1

But whenever I try to run any sql the autoparallel does not work. For example, this simple query:

When I force it with %PARALLEL we can see it will effectively run in parallel:

The total records is bigger than the threshold. So, what can go wrong? Anyone in the same situation?

9 comentarios
Comentarios (9)3
Inicie sesión o regístrese para continuar