× 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.



Elvis,

Out of curiosity, why do the jobs need access to each others
information?

Seems kind of strange to have job specific information (3k of it) being
shared like that. 


Charles Wilt
--
iSeries Systems Administrator / Developer
Mitsubishi Electric Automotive America
ph: 513-573-4343
fax: 513-398-1121
 
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx
[mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Elvis Budimlic
Sent: Wednesday, October 12, 2005 1:55 PM
To: 'Midrange Systems Technical Discussion'
Subject: shared storage across many jobs

Folks, I have a design question to throw out.  

 

We have a program that runs in many (thousands) of jobs and presently we
use
a user space to store certain job information.  So each job has its own
slot
in the user space.  Slot is sizeable (about 3000 bytes) so we can fit
about
5500 slots in the 16MB user space.  User space is handy since we access
it
by pointer (excellent performance), is a persistent object, doesn't get
paged out when all these jobs are active at the same time and is easily
accessible by other jobs that consume information stored in it.

 

However, number of jobs that use it is growing beyond the max we can fit
in
it so we're looking for an alternative solution that would give us same
or
similar benefits without many more hassles.

Some ideas folks here are throwing around is shared memory, teraspace
heap
and like.  We don't want to use files due to performance overhead.  

It's absolutely critical that performance stays the same (i.e. access by
pointer to memory resident storage shared by thousands of jobs on the
system).

 

There are probably many ways to do this, but I figured someone may have
done
it already and is willing to share what are some of the better
alternatives.

Thanks.

 

Elvis


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

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.