Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Linux by (18.4k points)
edited by
The MySQL database hangs, due to some of my queries.

How to find my processes and kill them?

1 Answer

0 votes
by (36.8k points)

Yes, there are lots of things, but there isn't one "Standard" COM/DCOM. At least, in Windows, COM / DCOM is used by the "Windowsish" stuff, and other RPC mechanisms are used by un-"Windowsish" stuff.

Linux doesn't have anything like that, instead things which need higher level RPC protocols typically use whatever their language provides, or the specific library that best suits an app's needs. Examples would be RMI in Java, Python's "pyro" module, etc, which will provide (some) functional parity with DCOM.

Corba is a bit heavyweight but some people do use it.

A lot of applications roll their RPC libraries. Don't do that unless you have to, it's nasty.

Come and join Linux training to gain great knowledge. 

Do check out the video below

Related questions

0 votes
1 answer
asked Dec 25, 2020 in Linux by blackindya (18.4k points)
0 votes
1 answer
asked Jan 5, 2021 in Linux by blackindya (18.4k points)

Browse Categories

...