DCF file system - is there a "big brother" with FHOLD ?
Posted: Thu Jul 07, 2016 9:28 pm
Greetings,
I believe there have been several posts about the "standard" DCF file system tools ⎕FREAD TN,CN
This basic DCF toolset works great for simple single threaded applications.
However, I have been working on some parallel APL session prototypes ... and have a need to truly SHARE an APL Component file system between APL sessions on the same server.
Or, better, leveraging a central APL component file system ENGINE via an API (like a CLOUD based "big brother" to the DCF tools).
I thought I saw a special Dyalog file system product that might be a great solution for this APL database purpose.
I COULD use SQL, and convert the Dyalog APL array structures into character BLOBS and store them using SQL Tables and Rows.
What do you recommend for a robust commercial-quality shared APL-DATA database engine?
Thanks!
//W
I believe there have been several posts about the "standard" DCF file system tools ⎕FREAD TN,CN
This basic DCF toolset works great for simple single threaded applications.
However, I have been working on some parallel APL session prototypes ... and have a need to truly SHARE an APL Component file system between APL sessions on the same server.
Or, better, leveraging a central APL component file system ENGINE via an API (like a CLOUD based "big brother" to the DCF tools).
I thought I saw a special Dyalog file system product that might be a great solution for this APL database purpose.
I COULD use SQL, and convert the Dyalog APL array structures into character BLOBS and store them using SQL Tables and Rows.
What do you recommend for a robust commercial-quality shared APL-DATA database engine?
Thanks!
//W