I would assume (surely a nono) that this is text "style" information
related.

# Base file: 35 KB
# 80,000 chars in a test field: over 250 KB
# the same 80,000 chars in a CP: 108 KB
# 
# Bargain ;-)

on the same note but as a corollary free tip...

I also found out that in NT (or win32 probably too) if you run multiple
instances of the same program and suppose you track some changing
information and then save it to your stack; one of the two programs could
overwrite that info. 

The solution is to make a text file to write to. Make sure also that when
trying to write, the other program is not writing to it at the same time!
(use the openfiles() function to check this).

cheers,
Xavier

Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to