BREXX/370 V2R5M0 #97
Replies: 4 comments 2 replies
-
Hi Mike, |
Beta Was this translation helpful? Give feedback.
-
Hello Dan, Peter |
Beta Was this translation helpful? Give feedback.
-
Hello Peter,
In your v2r3m0 I started writing an internal fullscreen panel management, something we have in ISPF host command processor. But the main point is the access to Sqlite, it was working fine, including store/fecth rexx variables based on sqlite column tables. It is a bunch of internal functions. I know to update this code is not a best practice, mainly if we are thinking to manage different versions.
I shared my code with Mr. Mike. There are lot of similar things in yours and my old package. I loved all things you guys have done. Awesome code.
Thank you!
Dan
…Sent from my iPhone
On 26 Apr 2022, at 03:13, Mike Großmann ***@***.***> wrote:
Hi Dan,
Hi Peter,
I'm happy to have you here. :)
Just like Peter, I am of course interested in your changes. It would be super nice if you would send us a pull request with a short description of your changes and your reasons for them.
Regarding your question about the build process, where exactly is it stuck?
Best, Mike
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.
|
Beta Was this translation helpful? Give feedback.
-
Hey Mike,Thank you for your quick reply.Nice you remember our last emails and some Linkedin posts.. :)I am finishing some projects and now I have some tim eto back to playing with old IBM OSes. In past I worked in two different SQLite personal projects. The first one I added some code in general2.c hercules source. In summary I was intercepting a SVC routine to call SQLIte API. Basically I kept a connection to database per userid. The interesting point is related to performance.. It was fast and somehow, very stable... So.. there is a negative point, it is invasive... :(The similar SQLite project was based on a SQLite bash running in a TSO session. The engine was managing a DA dataset. But as you know, it is hard to work with this. I liked of performance and not so stable due to way to access data.The last and also interesting option is a DBMS managing VSAM clusters. Actually the current BREXX has all elements already available. VSAMIO, IKJ441CT (store/fetch rexx variables), Enq/Deq functions and TCPIP.. :)It is really nice to talk about this.. :)Thank you and keeping in touchDan GaetaOn Apr 26, 2022, at 8:04 AM, Mike Großmann ***@***.***> wrote:Hello Dan,we had talked about SQLite back in the days, as well. I would still be interested in this topic. Do I remember correctly that you had ported SQLite using changes to Hercules?We built our current implementation of FSS based on your code contribution back then. What we couldn't implement reliable and stable was reading the panel definitions from an external dataset. We later discarded that because we got a good alternative with Wally's ISPF.But in the end you have made a great contribution to BREXX/370. Thanks for that.If you want, you are welcome to join our mainframe enthusiast chat, then we can exchange ideas in a short way.https://discord.gg/gbn9pHrhMike—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
See the change log for a detailed list of improvements.
This discussion was created from the release BREXX/370 V2R5M0.
Beta Was this translation helpful? Give feedback.
All reactions