Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is the diff between inprocess and out of process ?

Answer Posted / guest

An in-process component is implemented as a DLL, and runs
in the same process space as its client app, enabling the
most efficient communication between client and
component.Each client app that uses the component starts a
new instance of it.

An out of process component is implemented as an EXE, and
unlike a dll, runs in its own process space. As a result,
exe's are slower then dll's because communications between
client and component must be marshalled across process
boundaries. A single instance of an out of process
component can service many clients.

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is ODBC Direct and Microsoft Jet Database Engine ?

2546


Can a VB application be an OLE server?

1460


Is it possible to set a shortcut key for label?

1942


which method used to move a recordset pointer in nth position in DAG?

2110


How do I make a text box not beep but do something else when I hit the Enter key?

1587


What is shortcut menu and explain "The ole control's shortcut menu".

1120


Is the Access Engine and Visual Basic Pro good enough for database work?

1730


Does VB support pointers to functions?

1704


Explain about an event-driven programming language?

1019


Types of cursors in RDO.

2184


___,___ arguments will be used to run a executable program in shell function

1864


What is the use of Data Form Wizard?

2071


What is datagrid in vb net?

1026


What is ActiveX? Explain.

1965


What is meant by Establish Connection in RDO?

2221