查看单个帖子
旧 2009-05-06, 09:35 PM   #1
yang686526
高级会员
 
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
yang686526 向着好的方向发展
默认 【转帖】paging support during vectorization

paging support during vectorization
paging support during vectorization
i believe that during vectorization also, paging technique is supported by dwgdirect.
plz confirm if this is correct.
thanks

what do you mean by "paging technique"?
sincerely yours,
george udov

by "paging technique", i mean the "paging support" described in the dwgdirect help file.
to quote from the help file :
" for environments with limited heap space, dwgdirect contains 2 options that can be used to reduce overall heap demands during a file loading: "
during vectorization, the client does not explicitly load and unload database objects(which is done by the library itself).
my question is - how can one then use the "paging support" during vectorization?
tia,
alex

plz correct me if i am completely off the track !
-alex

does anybody has any answers to this?
paging support is not concerned with vectorization directly.
during vectorization database objects are opened and closed by the library itself.
if the unloading feature is activated, then the object will be added to an "unload queue" after closing.
it needs to call the oddbpageobjects function to unload database objects from memory.
regards,
sergey vishnevetsky
thanks sergey!
i believe i need to call the oddbpageobjects function in the equivalents of exsimpleview::draw() or exsimpleview::regenabort() for unloading the closed objects.
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)