basically I have been able to do almost everything I wanted with the shared memory thing. It works like a dream. The only wish would be the ability to also write into it, e.g. with a copytoio event or something. I can imagine it isnt the simplest thing since for example I could add ip masks or removed them and thus need more memory.
For example, I could think of implementen a user database from any odbc database this way by catching the USER/PASS ... events.
Or at least it wouldnt be far off then.....
Amount of memory required by USERFILE structure is static. Altering it is already possible in 4.9.x with window messages & shared memory (see datacopy example).
Or did you mean the STATIC structure, used by who? (The one that is currently being raped ;p to allow storing real path names along with virtual paths)
I see only the userfile would be interesting. But i can imagine the STATIC struct may in some really odd util be handy to be written to. Although I cant see any valid reason now. The userfile structure makes a LOT more sense for that.