[progress Communities] [progress Openedge Abl] Forum Post: Re: Oe 11.5 Sp1 32bit Windows,...

  • Thread starter Thread starter Simon L. Prinsloo
  • Start date Start date
Status
Not open for further replies.
S

Simon L. Prinsloo

Guest
You are correct. The shared memory of all shared memory based db connections is mapped into the client's memory space, so the total of what the client needs for itself plus all the shared memory must be within the limits of what the process can address. Using -S will solve this, but slow down the connection. However, you can mix the two. So if the data volumes the client depends on between the two databases vary, I would make a shared memory connection to the one where the most traffic to the process is expected and use -S for the other one.

Continue reading...
 
Status
Not open for further replies.
Back
Top