> The in-memory representation of the DOM can get quite large, even for a
> limited amount of data.  You may want to do some measurements on that before
> you get too deeply invested.
> 
> As for the data itself, a VB[S] string's total length is 8 + LenB(s).  The 8
> bytes are:  4 bytes for a pointer to the string storage, and 4 bytes to
> describe the length of the string.

So how would I measure the in-memory representation of the data if it's
cached as a free-threaded DOMDocument, as opposed to a string?

Does the lenb() function still work?

Thanks,
Kevin

---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to