ID:2530982
 
Resolved
Calls to text2file() and outputting to a file() value now leave the file open a short while, although they still flush after every write. This should avoid the overhead of having to open and close the same file frequently in high-output situations. The auto-flushing may be reconsidered at a later date.
Applies to:Dream Daemon
Status: Resolved (513.1504)

This issue has been resolved.
It would be nice not to have to open and close a file on every text2file() call.
Lummox JR resolved issue with message:
Calls to text2file() and outputting to a file() value now leave the file open a short while, although they still flush after every write. This should avoid the overhead of having to open and close the same file frequently in high-output situations. The auto-flushing may be reconsidered at a later date.