search for: sood

Displaying 3 results from an estimated 3 matches for "sood".

Did you mean: good
2002 Nov 11
1
samba browser problem!
...I rebooted the NT machine, both NT machine and samba machine are considering themselves Master Browser. I want only NT to be master browser. How I can disable samba to act as Master Browser. Or if there is any other thing which i can do to diable samba acting as a Master Browser. Thanks, Rakhee Sood Techcomm Simulation Pty Ltd Ph. - 96903617 e-mail - rakhees@techsim.com.au -------------- next part -------------- HTML attachment scrubbed and removed
2019 Jun 25
3
Potential missed optimisation with SEH funclets
I’ve been experimenting with SEH handling in LLVM, and it seems like the unwind funclets generated by LLVM are much larger than those generated by Microsoft’s CL compiler. I used the following code as a test: void test() { MyClass x; externalFunction(); } Compiling with CL, the unwind funclet that destroys ‘x’ is just two lines of asm: lea rcx, QWORD PTR x$[rdx] jmp ??1MyClass@@QEAA at XZ
2005 Mar 08
2
Asterisk Management API
Hi all, I am trying to write an application to monitor queues using the Asterisk Management API. So far I have had some level of sucess, basically reverse engineering the protocol and the event messages using ethereal etc. I know there are a couple of pages on the Wiki that attempt (no dis-respect to who ever did it as it has been a great help) to document the API and was wondering if there