baanprog
4th July 2005, 12:05
Hi all,

Environment:

BaanIVc4, SP8, Informix dynamic server 7.31, HP-UNIX.

We have a shell that is written and accessed by all users before logging into baan. Can we load this shell into Baan Shared memory Manager, so that it will reduce the start up time...

Regards

NPRao
4th July 2005, 12:57
If you are on Unix, then look for man - mmap.

Here's threads to start with -

Help regarding memory mapping (http://forums.devshed.com/t167495/s.html&highlight=shared+memory)

I am writing a program that uses Shared memory allocation to allow for multiple users (http://forums.devshed.com/t120422/s.html&highlight=shared+memory)