|
I am using MSMQ to handle the logging of my application. The problem is that when I log alot of data the performance of my application decreased horribly. Example: One process goes from 3 seconds to 80+ seconds. All I am doing is using MessageQueue.Send method. Why would messages take so long to get to the private MSMQ? Would it be the MSMQ service writing the message to the hard drive? Any suggestions would greatly help. Thanks! |