all groups > dotnet distributed apps > october 2004 > threads for october 8 - 14, 2004
Filter by week: 1 2 3 4 5
Lease on Life Sponsor Question
Posted by lfiedler NO[at]SPAM cc.gatech.edu at 10/14/2004 1:56:01 PM
I have a few questions on how to make sure remoted objects leases don't
expire when they are needed, but also are garbage collected when not needed
anymore. I believe I have a solution, but would like others' opinions and
solutions.
Basically, in my programming model, any node that remotes an... more >>
Reporting tools
Posted by rr at 10/13/2004 5:19:02 PM
Hi iam looking for a reporting tool for .net windows application. Any
suggestion/remcommendation would be gr8.
thanx... more >>
Updating DB with large collections
Posted by gwenda at 10/13/2004 1:07:02 PM
Hi,
My application is composed of business entities which are in the form of
classes instances. Some of these entities contains large arraylists of other
entities. These entities are being sent to the client - where the user might
add/modify/delete some items in the arraylists. Natuaraly, I d... more >>
ActiveRecord Pattern and Associations
Posted by Jason at 10/12/2004 9:25:36 PM
Hi,
I was experimenting with the ActiveRecord pattern as defined by Martin
Fowler for a small project and was wondering the best way to handle
associations. Should the parent ActiveRecord object (e.g. Order) contain
child collections (e.g. Order.OrderItems), or do you expose methods on the ... more >>
MSMQ and Client Server Architecture
Posted by Naeem Hassan Dad at 10/11/2004 11:45:05 PM
Hello All
we have to implement a client server based application in
such way that server can process request from 50,000 or more clients
concurrently and the server run smooth and roboust even such number of
clients request server simultanously.
So afte... more >>
Re: Application objects in UIP
Posted by Deepak Kashyap at 10/11/2004 2:57:04 PM
Hello Robert,
But as far as I know, Application and Cache objects are not accessable in
the controller class. I'm managing all the session information in the state
object in the controller class. If we need to manage application level
objects, what is the right approach.
Deepak
Use ex... more >>
Managed and Unmanaged code transactions
Posted by bikhod at 10/11/2004 7:07:03 AM
Hi
Do you happen to know if managed code calling into unmanaged code during a
COM+ transaction (activity) needs to do anything special? I have a serviced
..NET class calling into a COM (VB6) coclass. Both are marked as “Requires
Txâ€. The COM component’s data changes are committed even... more >>
'No error information available: XACT_E_TMNOTAVAILABLE(0x8004D01B)
Posted by HMTan at 10/11/2004 2:15:02 AM
Hi,
I was tring to perform distributed transactions with
Microsoft OLE DB .NET Data Provider with oracle database 9i
as backend.
It is giving the following error.
'No error information available: XACT_E_TMNOTAVAILABLE
(0x8004D01B)'
Could anyone help me to figure out why this error is... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
COM+ or service without components
Posted by yaron at 10/10/2004 3:45:05 AM
for a new large enterprise application starting from scratch with c# ,
and the clients are c# winforms , do we need to use COM+ services or can we
use
the new COM+1.5 feature service without components for better performance ?
thanks.
... more >>
.Net remoting or COM+ ?
Posted by Azerty123 at 10/9/2004 10:03:19 AM
Hi all,
I know this question has been asked many times already, but I still have
some questions.
We would like to use .net remoting for a new distributed application. I
understand that a few options are available for the host part (IIS, seperate
NT service, console app...).
IIS uses http ... more >>
|