Does locking the global session work similarly to the Java synchronization primitives? Example: CSpider.lockGlobalSession(true); a(); CSpider.lockGlobalSession(true); // should succeed b(); CSpider.unlockGlobalSession(); // should NOT release the lock c(); CSpider.unlockGlobalSession(); // should release the lock The question is, when method c() is executed, is the global session still locked? -- David. _________________________________________________________________________ For help in using, subscribing, and unsubscribing to the discussion forums, please go to: http://www.netdynamics.com/support/visitdevfor.html For dire need help, email: [EMAIL PROTECTED]
