×
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.
<snip>
Probably the question you want to ask is how long are users
waiting and are other things not getting done?
Well all the jobs are submitted to a single threaded queue....(single threaded due to a design
limitation ).
Right now, there's 1800+ jobs waiting in the queue to run. CPU usage at 100%.
Seems like the CPU time spent creating the separate jobs would be better used running the process
needed.
Ideally, I'd like to have the process using data queues and multiple NEP's to handle the processing.
But it'd be a bigger job to allow multiple process to run at the same time if it's even possible (the
limitation is not an iSeries application design issue, an AIX box is involved).
I seem to remember an article with a example program that used data queues and automatically increased
or decreased the number of NEP jobs running. Anybody got a link to that?
Thanks,
Charles
This e-mail transmission contains information that is intended to be confidential and privileged. If you receive this e-mail and you are not a named addressee you are hereby notified that you are not authorized to read, print, retain, copy or disseminate this communication without the consent of the sender and that doing so is prohibited and may be unlawful. Please reply to the message immediately by informing the sender that the message was misdirected. After replying, please delete and otherwise erase it and any attachments from your computer system. Your assistance in correcting this error is appreciated.
As an Amazon Associate we earn from qualifying purchases.