Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

is com+ really stateless

Status
Not open for further replies.

zeevgetner

Programmer
Dec 24, 2000
37
IL
i allways assumed that com+ doesnt save states.

lately i cheacked it. i wrote a simple class that has one property and entered it into the component services.

then i wrote an exe that defines 1000 clases and initilizes this property.

to my suprise every instance of the class rememberd its state

how can it be?
 
Depends what in COM+ you were using and how you were using it. For instance if you're using object pooling by itself I'm not surprised.

Object pooling and JIT and how you develop them both can produce stateless objects.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top