re: WCF based application's performance is poor on windows 2003 server
Tuesday, July 17, 2007 at 1:18 pm Windows Server 2003 Annoyances Discussion Forum
Posted by TOASTER
(431 messages posted)
Hi, there are plenty of issues with MSMQ Performance degredation relating to hardware
and also multi processor systems. You dont say what your system specs are but a good
place to start would be a google search for MSMQ Performance, the subject is too
vast to cover in this forum.
On Tuesday, July 17, 2007 at 7:39 am, baskaran wrote:
>hi
>we are facing performance issue while using MSMQ in windows 2003
>
>it is a WCF application.
>Both the client and server applications reside on the same machine. The client pushes
>a collection of 100 custom objects to the private queue from where
>the server application takes up the messages and
>just pushes the messages to the database where few simple calculations are done
dependng
>upon the data received.
>
>while running on windows XP machine we are getting a performance of 500 records
per
>second i.e. our application is able to consume 5 messages with 100 records each.
>
>where as in Windows 2003 the same application is giving a performance of only 50
>records per second i.e it is taking 2 seconds to process single message with 100
>records.
>
>Can you say why such performance drop is there on Windows 2003 server.
|