Consultor Eletrônico



Kbase C27015: How to iterate through a collection without getting err_address_space_full
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   28/04/2005
Status: Unverified

GOAL:

How to iterate through a collection without getting err_address_space_full

FACT(s) (Environment):

ObjectStore
Category: C++ Collections

FIX:

Use os_address_space_marker to release address space inside the loop every n iterations (see code sniplet below).