Hi everyone:

First off:

jBASE version 4.1.6.20
Operating System: HP-UX 11.13 (I believe. Going from memory on that,
but don't think it'll prove relevant)

In short, I have a subroutine that is invoked by the BlueFinity MVnet
product. The traffic that passes through the BlueFinity product can
easily exceed more than 1 million transactions/day. MVnet provides as
an argument to this surbroutine a dynamic array, which my subroutine
needs to perform repeated extracts from to get the required data.

That said, my question is that when considering an application under
this type of load, is there any benefit to converting the dynamic
array that mvNET is providing to a dimensioned array and back again
using MATPARSE/MATBUILD, or is it best to leave it as a dynamic array?
I should note that the number of attributes in this dynamic array is
currently around 50, and will be rising, as we are being called upon
to perform ever more-complicated decisions using additional data
points.

Or, if there is no real benefit to be gained using MATPARSE/MATBUILD,
is there an optimal method for extracting the needed data from the
Dynamic Array?

Thanks in advance for any advice that you might be able to provide,
Bruce

--~--~---------~--~----~------------~-------~--~----~
Please read the posting guidelines at: 
http://groups.google.com/group/jBASE/web/Posting%20Guidelines

IMPORTANT: Type T24: at the start of the subject line for questions specific to 
Globus/T24

To post, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to