What's your question? If I understand correctly, your problem will be solved
by MSMQ, since it queues requests (obviously).
Or are you asking how to use MSMQ?

Signature
Klaus H. Probst, MVP
http://www.simulplex.net/
> Hi,
> I want to MSMQ in my ASP.net app. The app would pass the job to MSMQ and the
[quoted text clipped - 6 lines]
>
> Thanks
Chris - 20 May 2005 01:04 GMT
I am confused as to where I should install MSMQ. I have it installed on my
domain controller. Do I need to also install it on the web server or just
have the asp.net app send the message to the msmq on the domain controller
and then my service comp will pickup message from the domain controller. Is
that how it should be done?
Thanks
> What's your question? If I understand correctly, your problem will be solved
> by MSMQ, since it queues requests (obviously).
[quoted text clipped - 15 lines]
> >
> > Thanks
Klaus H. Probst - 21 May 2005 22:51 GMT
It needs to be installed locally as well. Otherwise the client part won't
work.

Signature
Klaus H. Probst, MVP
http://www.simulplex.net/
> I am confused as to where I should install MSMQ. I have it installed on my
> domain controller. Do I need to also install it on the web server or just
[quoted text clipped - 23 lines]
> > >
> > > Thanks
Have you proved that the database server is laging behind. I mean have u
really tested your application.
You can suspend the service comp thread which is picking the messages from
queue, but this is not a scalable solution because it will make service comp
the bottleneck in your app & your app won't be scalable any more. Trust the
DB server as Db servers are build for scalability, reliablity & all other
-bilities.
Have sufficient testing & collect evidence that doing so is the only solution.
> Hi,
> I want to MSMQ in my ASP.net app. The app would pass the job to MSMQ and the
[quoted text clipped - 6 lines]
>
> Thanks
Chris - 17 Jun 2005 05:45 GMT
The MSMQ works fine after hours or reading. I was basically looking for the
service comp to take one job at a time form MSMQ and process in database.
> Have you proved that the database server is laging behind. I mean have u
> really tested your application.
[quoted text clipped - 17 lines]
> >
> > Thanks