I haven't published it. I have two. iSeries Interface and iTransfer. Both
are socket servers thus the need for the pre-start jobs.
iSeries Interface is basically an end to end replacement for a stored
procedure call except you stream the data instead of trying to pass in
parameters.
I have two version of iTransfer. One that is written as a multi-treaded C
program and one using pre-start jobs and RPG.
The concept of iTransfer is to stream data to a memory resident file and
then make a normal stored procedure call to do the processing and after
that stream back the results.
Basically I am trying to solve the problem of data being flexible (The
phrase a friend of mine came up with is that "data is elastic"). It grows
and shrinks. Passing data via parameters just doesn't cut it. Anyway, that
is the idea. Whether anyone else will find it interesting is another
question.
On Sep 15, 2016 11:42 AM, "D*B" <dieter.bender@xxxxxxxxxxxx> wrote:
@Alan: which Open Source project you are talking of? Sounds interesting!
Dieter
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.