1. drive locking, is it really?
- Posted by "Kat" <gertie at visionsix.com> Jul 07, 2004
- 455 views
Ok,, i've tried the following: a) I dropped in some sleep(0) around in that conditional sleep block of code, didn't help. b) I used bindw to make an exe, didn't help c) I moved the sleep block up into the callback block of code from urlmon.dll, figuring to sleep the program when i knew urlmon called back that it was done on the internet, didn't help. d) i used 3.1 and 4.0 versions of Eu v2.3, didn't help the drive locking problem. e) i looked for a way to delink urlmon.dll, since the code that uses tcp4u has the same sleep block, and works fine on those apps. Or is there a win32 sleep() that isn't dos sleep()? Maybe urlmon is calling back to the app, with nothing to say, but the app is asleep, not responding, and so the OS is getting clogged up? Possibly this isn't drive locking exactly, but some screwup with msgsrv32? How can i know? If this isn't fixable, it means i cannot reliably run Eu apps on the same puter i use for myself, because they are blocking other applications from running as needed. Kat