Icon View Thread

The following is the text of the current message along with any replies.
Messages 11 to 11 of 11 total
Thread Flushbuffers
Mon, Nov 21 2011 1:08 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

John,

<< Unfortunately this is causing the app to go quite slow.  If I add a
process running on a timer which called flushbuffers for all tables (there
are only 5 affected) in a different session does this flush the data for all
the other session's tables? >>

Only if the tables are all being opened within the same process.  If there
are separate processes involved, then no, they are only flushed on a
per-process basis.

The basic design is that all table files are opened once, and only once, per
engine instance, and the engine is instantiated once per process instance.

--
Tim Young
Elevate Software
www.elevatesoft.com
« Previous PagePage 2 of 2
Jump to Page:  1 2
Image