Re: COM+ Event puzzle
- From: "Bryan Phillips" <bphillips@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 18 Mar 2007 21:00:55 +0000
What version of Delphi are you using? If it is a CLR based version, it should not be too hard since the .Net Framework does the work.
--
Bryan Phillips
MCSD, MCDBA, MCSE
Blog: http://bphillips76.spaces.live.com
"Jak" <NO-spam_cnlohmann@xxxxxxxx> wrote in message news:up1r#LJaHHA.2316@xxxxxxxxxxxxxxxxxxxx:
I think so, but it is a bit difficult for Delphi to implement MSMQ.
Jak
"Bryan Phillips" <bphillips@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:%23APUQhAaHHA.1240@xxxxxxxxxxxxxxxxxxxxxxx
> You can avoid some of these problems by using MSMQ instead.
>
> --
> Bryan Phillips
> MCSD, MCDBA, MCSE
> Blog: http://bphillips76.spaces.live.com
>
>
>
> "Jak" <NO-spam_cnlohmann@xxxxxxxx> wrote in message
> news:O5JcT1yZHHA.1508@xxxxxxxxxxxxxxxxxxxx:
>
>> Hi, all,
>>
>> I am going to utilize COM+ Event to make an application to track the
>> database modification, if someone upated the database, then the COM
>> server
>> would publish a method to all the subscribed clients to refresh the
>> dataset.
>> But if there were one or more clients were in deadlock, the server might
>> keep on publishing, then comes the question:
>>
>> 1. Supposed that computer A were in deadlock and there were 3
>> refreshing
>> command published, after it works properly again, would it execute the
>> outdated THREE refreshing command one by one?
>>
>> 2. If there were some clients in deadlock, would it be any bad impact
>> on
>> those other clients or server?
>>
>> Thanks a lot.
>>
>> Jak
>
.
- Follow-Ups:
- Re: COM+ Event puzzle
- From: Jak
- Re: COM+ Event puzzle
- References:
- Re: COM+ Event puzzle
- From: Jak
- Re: COM+ Event puzzle
- Prev by Date: Re: COM+ Event puzzle
- Next by Date: Re: Money 2005 Premium and Microsoft Windows Mobile 5.0
- Previous by thread: Re: COM+ Event puzzle
- Next by thread: Re: COM+ Event puzzle
- Index(es):
Relevant Pages
|