× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.




I'm not sure I understand your reply. These are interactive data entry jobs
where additional information is required from the Microsoft SQL Server.

Having the procedure initiate the JVM and server connection each request it
too slow.

Having a monitor pgm running in batch waiting to service a data queue will
be much more efficient.

I was enquiring if there is a another or better alternative.

Thanks

Sent from my iPhone

On 17 Mar 2016, at 11:15 PM, Justin Dearing <zippy1981@xxxxxxxxx> wrote:

Why do you need a queue? Is the issue that the stored procedure can only
be
call serially?

Why not submit jobs to run the query and do whatever with the results
sets
and output paramaters to a single threaded jobq?

Can you not rewrite the stored procedure so it can be called multiple
times
simultaneously? Are you doing something like global ##temp tables in it?

On Thu, Mar 17, 2016 at 8:40 AM Don Brown <DBrown@xxxxxxxxxx> wrote:



Looking for any suggestions;

I have a call to a stored procedure on a MSSQL server. The function is
used
by multiple users and called multiple times.

My thinking is to create two keyed data queues and a monitor program
that
can start the JVM and create the connection to the MSSQL server, then
wait
on requests on the data queue. A request is then processed and the
result
returned on the second data queue.

Is there a better solution to avoid the overhead of starting the JVM
and
initiating the connection to the MSSQL server for each request?

Thank you for any suggestions

Don

Sent from my iPhone
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.

Please contact support@xxxxxxxxxxxx for any subscription related
questions.

--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.

Please contact support@xxxxxxxxxxxx for any subscription related
questions.

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.