Click here to Skip to main content
15,892,005 members
Home / Discussions / C#
   

C#

 
GeneralRe: adding components to the designer by code Pin
Rod O12-Oct-03 5:03
Rod O12-Oct-03 5:03 
GeneralRe: adding components to the designer by code Pin
Roger Alsing12-Oct-03 22:10
Roger Alsing12-Oct-03 22:10 
GeneralCOM+ Pin
devvvy12-Oct-03 1:20
devvvy12-Oct-03 1:20 
GeneralMicrothreads Pin
bjoernen12-Oct-03 0:58
bjoernen12-Oct-03 0:58 
GeneralRe: Microthreads Pin
Blake Coverett12-Oct-03 3:01
Blake Coverett12-Oct-03 3:01 
GeneralRe: Microthreads Pin
Bo Hunter12-Oct-03 7:05
Bo Hunter12-Oct-03 7:05 
GeneralRe: Microthreads Pin
bjoernen12-Oct-03 8:13
bjoernen12-Oct-03 8:13 
GeneralCOM+ and remoting Pin
devvvy11-Oct-03 23:31
devvvy11-Oct-03 23:31 
Hi, I'm trying to expose COM+ component via remoting, it works just fine - it seems. But I'm confused by how COM+/Remoting works together.

Remoting - lifetime depends on whether the object is published as SAO(singleton/singlecall), CAO and lifetime services.

In COM+, lifetime of server objects (COM+ application/component) depends on object pooling and whether JIT is enabled. My understanding is that if a COM+ app is published via remoting, than activation option must be "server". I am a little confused at how/what determines an object's life time in this situation. For instance, how can you have a SAO/Singlecall and have object pooling at the same time?

Following are nine possible scenario:

COM+ JIT enabled/Pooling disabled + CAO
COM+ JIT enabled/Pooling enabled + CAO
COM+ JIT disabled/Pooling disabled + CAO

COM+ JIT enabled/Pooling disabled + SAO/Singlecall
COM+ JIT enabled/Pooling enabled + SAO/Singlecall
COM+ JIT disabled/Pooling disabled + SAO/Singlecall

COM+ JIT enabled/Pooling disabled + SAO/Singleton
COM+ JIT enabled/Pooling enabled + SAO/Singleton
COM+ JIT disabled/Pooling disabled + SAO/Singleton

Any idea? Thanks!

norm
GeneralProblems with decrypting Pin
Wjousts11-Oct-03 18:08
Wjousts11-Oct-03 18:08 
GeneralBooks on C# Threading... Pin
eggie511-Oct-03 14:46
eggie511-Oct-03 14:46 
GeneralRe: Books on C# Threading... Pin
David Stone11-Oct-03 18:37
sitebuilderDavid Stone11-Oct-03 18:37 
GeneralRe: Books on C# Threading... Pin
Nick Parker12-Oct-03 11:10
protectorNick Parker12-Oct-03 11:10 
GeneralRemote events that instantiate and show new Forms Pin
jerrycainjr11-Oct-03 14:04
jerrycainjr11-Oct-03 14:04 
General3Tier applications and database replicating using C# Pin
DanFreddy11-Oct-03 11:57
DanFreddy11-Oct-03 11:57 
GeneralSerializing and Events Pin
jparsons11-Oct-03 9:49
jparsons11-Oct-03 9:49 
GeneralRe: Serializing and Events Pin
leppie11-Oct-03 23:22
leppie11-Oct-03 23:22 
GeneralRe: Serializing and Events Pin
jparsons12-Oct-03 13:31
jparsons12-Oct-03 13:31 
GeneralTypeInitializationException and Windows Service Pin
devvvy11-Oct-03 9:28
devvvy11-Oct-03 9:28 
GeneralGenerating public and private keys... Pin
Meysam Mahfouzi11-Oct-03 7:24
Meysam Mahfouzi11-Oct-03 7:24 
GeneralRe: Generating public and private keys... Pin
Blake Coverett11-Oct-03 10:17
Blake Coverett11-Oct-03 10:17 
GeneralRe: Generating public and private keys... Pin
Meysam Mahfouzi11-Oct-03 20:19
Meysam Mahfouzi11-Oct-03 20:19 
GeneralRe: Generating public and private keys... Pin
Blake Coverett11-Oct-03 20:44
Blake Coverett11-Oct-03 20:44 
GeneralRe: Generating public and private keys... Pin
Meysam Mahfouzi12-Oct-03 17:19
Meysam Mahfouzi12-Oct-03 17:19 
GeneralRe: Generating public and private keys... Pin
Meysam Mahfouzi14-Oct-03 18:08
Meysam Mahfouzi14-Oct-03 18:08 
GeneralRemoving Windows Services and event log Pin
devvvy11-Oct-03 5:26
devvvy11-Oct-03 5:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.