windows xp - Is there a limit on number of handles to system registry in XP? -


very rarely, 1 of application instances fail find registered class/dll in registry. suspect due failure read registry. windows xp impose limit on number of active file handles registry? besides absolute handles limit.

yes, there upper limit handles. beyond bounds of imagination should hitting it. there enough headroom multiple running applications have several registry handles open simultaneously.

the way ever reach such limit if not closing handles when finished them, resulting in leak. make sure calling regclosekey function each handle open.


Comments

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -