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 ?



what is the diff between inprocess and out of process ?..

Answer / 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

More Visual Basic Interview Questions

What is the difference between c++ and visual basic?

0 Answers  


Which Property is used to compress a image in image control?

1 Answers  


What does DoEvents do?

2 Answers  


Which method is preferred to save datas like database?

0 Answers  


what is the Difference between Recordset and Querydef?

0 Answers  


How do you create a form in visual basic?

0 Answers  


How come I get a "No Current Record" error when I use a a Data Control on an empty table?

0 Answers  


Explain the usage of Web Browser Control?

0 Answers  


What are the types of API Types.

0 Answers   TCS,


How to compare inserted text in (textbox1.text) with existing database value in (Sqldatasource1) in visual studio 2005 ?

1 Answers  


What is VB ShellScripting?

1 Answers   Wipro,


Whether HTML supports multimedia: and document links?

0 Answers  


Categories