Description:
The M (MUMPS) language & technology, in general.
|
|
|
MUMPS.NET data provider
|
| |
Hi,
For anyone interested in getting a .NET application connected to a MUMPS DB - you might be interested in a small blog that I've written entitled MUMPS.NET for Dummies, [link].
Thanks,
Paul.
|
|
Use of flags (Z) NODELAY on GT.M
|
| |
I have noticed that the use of the flag in NODELAY service xinetd,
get a huge gain in speed during multiple calls
(in the cycle) from the client application.
service mactivate
{
flags = NODELAY
disable = no
type = UNLISTED
port = 1959
socket_type = stream... more »
|
|
I can not pass parameters from bash file in routine
|
| |
Hello everybody!
I use a script to run
my application for GT.M
...source /usr/local/gtm60/uci/salrte
mumps -r log^%ZgnMLOG
I can not pass parameters from bash file in routine
shows an error!
For example:
...source /usr/local/gtm60/uci/salrte
mumps -r log^%ZgnMLOG(parm1,parm2,parm3 )... more »
|
|
Mumps V1 and function keys...
|
| |
Function keys are F1, F2, etc.
F1 sends to the terminal escape O P.
Here's how I test it on GT.M:
U $P:(NOTERMINATORS) R X:5 F I=1:1:$L(X) W !,$A(X,I)_" " U $P:(TERMINATORS="")
I tried doing the same on MV1, and I am not getting any success.
U $P:("TERMINATOR="_$C(0)) R X:5 F I=1:1:$L(X) W !,$A(X,I)_" " U $P:("TERMINATOR="_$C(13,10,27) )... more »
|
|
MUMPS V1 OS File Entry for Fileman 22.3
|
| |
I have been working on this off and on and I am giving up for now. After a lot of trial and error, these settings seem to work. One thing I could never get to work is the Function key sequences from Fileman since MV1 doesn't seem to read stuff after the escape key when terminators are turned off. I haven't debugged this yet.... more »
|
|
Mumps V1 issues with Fileman: Issue 1
|
| |
I am doing some work to get Fileman working on Mumps V1.
There are a couple of issues. I will make a couple of posts.
Fileman in some places opens $PRINCIPAL. The standard allows that, but for Mumps V1, it's a compilation error.
Sam
|
|
MUMPS V1.62 released
|
| |
MUMPS V 1.62 now available from [link]
A fair amount of work has gone into 64 bit implementations. Now available on FreeBSD, NetBSD, (probably OpenBSD), OSX and linux.
Ray Newman
|
|
New Release of Gtcm_Gnp_Client for PHP Available
|
| |
[link]
See README.md This is a MUCH improved version from my previous releases. Examples on how to use these phpclasses is included in test_client.php Throughput is less then expected at about 700 reads/sec probably due to the overhead of decoding and encoding the data sent over tcp plus the necessary handshaking involved.... more »
|
|
|