-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi. I'm writing a managed C++/CLI library wrapper for the MySQL embedded server. The mysql C library requires me to call mysql_thread_init() for every thread that will be using it, and mysql_thread_end() for each thread that exits after using it.
Debugging any given VB.Net project I can see at least…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a Windows C++ console program, and if I don't call ReleaseDriver() at the end of my program, some pieces of hardware enter a bad state and can't be used again without rebooting.
I'd like to make sure ReleaseDriver() gets runs even if the program exits abnormally, for example if I hit Ctrl+C…
>>> More
-
as seen on Regular-Expressions.info
- Search for 'Regular-Expressions.info'
A bug in recent versions of TPerlRegEx caused it to crash when reusing a TPerlRegEx instance with another regular expression because two pointers weren't set to nil after freeing them.
>>> More
-
as seen on Super User
- Search for 'Super User'
Hi folks!,
I'm trying to find "orphaned" files in my datastore, not only from orphaned vms but also other files (ie. sample files, isos, anything).
Is there any powershell script or something to do that? (find -mtime works, but it's not the right way)
I'm using ESX3.5
Thanks!
>>> More
-
as seen on SQL Blog
- Search for 'SQL Blog'
If you don’t know anything about Ghost Cleanup, I recommend highly that you go read Paul Randal’s blog posts Inside the Storage Engine: Ghost cleanup in depth , Ghost cleanup redux , and Turning off the ghost cleanup task for a performance gain . To my knowledge Paul’s posts are the only things…
>>> More