[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re Memory storage PushPOP


  • To: <prosys@xxxxxxxxxxxxxxxx>
  • Subject: Re Memory storage PushPOP
  • From: "Robert Linders" <mugsnug@xxxxxxxxx>
  • Date: Wed, 14 Nov 2001 13:56:02 -0800
  • In-reply-to: <003601c16d52$a813cba0$1801a8c0@xxxxxx>

PureBytes Links

Trading Reference Links

Dear  M. Simms / omega list,
PUSHPOP makes a dynamic memory Queue, which is allocated by windows virtual
memory management.
So its is basically limited by your virtual memory (on most machines that is
2GB or so).
However for normal "purposes" it uses about 16 bytes internal memory for
each entry.
So 64MB can hold 4 million entries.

So there is no file or so where this is stored (in my experience file "I/O"
from within an Easylanguage DLL sometimes becomes instable).
Hope this helps
Robert
===============================
Robert Linders
Orlando, FL
email: mugsnug@xxxxxxxxx
===============================