Description:
The M (MUMPS) language & technology, in general.
|
|
|
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 »
|
|
GT.M V6.0-002 and GTMJI now available
|
| |
GT.M V6.0-002 and the new GTMJI GT.M Java Plug-in, together extend the usefulness of both GT.M and Java by enabling in-process calls between Java and M application code. Together they make the power of GT.M available to Java application code, and allow GT.M applications to access functionality written in a popular programming language. V6.0-002 implements the changes within GT.M needed to allow access from and to Java application code, and GTMJI enables Java application code to call and be called by M code.... more »
|
|
Create new Routine and call it from Java
|
| |
I create a new routine in PIP V01, compile, run it ok. But when i call it from Java has error occur with return "Host error number 108370703230501. Contact system manager.". When create a new routine, i register it in 2 tables: SCATBL25 and SCATBL5A
Please help me resolve the problem
|
|
JavaM API for GT.M - SELECT support
|
| |
Hi.
I'm wondering if there's any possible way how to use or implement SELECT query into JavaM API for GT.M database system. I'm using version 0.1, since I haven't found any other version ( [link] ).
If there's no option yet, could you recommend me any other API for this DBMS, using Java? I know there's some gtm4j ( [link] ), but it takes advantage of springframework, which is not convenient for me. I'm new with GT.M and I just want to test, how to connect to it using Java and use some basic queries. Thanks a lot for your advices.... more »
|
|
EWD Training Course
|
| |
Those of you interested in developing leading-edge desktop and mobile GT.M- and Cache-based applications should note that I'm running an EWD training course in Fairfax VA, 17-19th May.
Full details here:
[link]
You'll get the chance to learn and try out for yourself all the new technologies that I was demonstrating at our Partner Pavilion table at the InterSystems Global Summit, including:... more »
|
|
GT.M Locks
|
| |
Hello
I am attempting to test my latest gtcm_gnp_client for php and I was wondering how to test if locks are working properly or not. I have tried going into a console and execute zshow "G' (or "L') and I never see any locks occurring even though my app says there is. From what I understand zshow only works in the context in which it is used. Is there another way to tell if locks are really working?? Also the docs really does not cover locks really thoroughly perhaps because of the ability to use transactions now and that is now preferred over using locks.... more »
|
|
GT.M Linux V6.0001
|
| |
libgtmutil.so is missing after running configure script tried to install several times did I miss some process during the install
thanks
|
|
HTML -> CURL -> MUMPS
|
| |
I have been using CURL functionality to maintain and automatically up the wbvista.info site and wanted to share some of the information.
The following is a very simple method to read a web page and place the response in a MUMPS local array.
The following routine, WBCURL, accepts a URL and the local array as input. It then makes a external function call to retrieve the web page in silent mode and store the page to a file. Once the file is stored, it is imported and placed in the local array and displayed. Simple.... more »
|
|
|