ASP.NET WebService Response - CPU at 50%

E

eusebiu

Hello...

I have a web application that is calling a method from a web service.
This webservice has a class that is a client class in a remoting
scenario. The problem is that, after the remote server responds to the
client's(the web service) request and the web method returns a
value(true/false) that is send to the web page, a thread is reserving
50% of CPU. I've looked after this thread with ProcessExplorer and
it's a thread from mscorwks.dll!CreateApplicationContext and it's
state is Ready. If I set a brake point on the call to remote server
and the servers responds, the CPU usage is normal but after the WS is
sending the response to the web page, the CPU usage is at 50%.

In short, webpage->Ws - OK; Ws->RemoteServer - OK; RemoteServer->Ws -
OK; Ws->WebPage - Not OK!

Can someone give me a hint?

Thanks
 
E

eusebiu

Hello...

I have a web application that is calling a method from a web service.
This webservice has a class that is a client class in a remoting
scenario. The problem is that, after the remote server responds to the
client's(the web service) request and the web method returns a
value(true/false) that is send to the web page, a thread is reserving
50% of CPU. I've looked after this thread with ProcessExplorer and
it's a thread from mscorwks.dll!CreateApplicationContext and it's
state is Ready. If I set a brake point on the call to remote server
and the servers responds, the CPU usage is normal but after the WS is
sending the response to the web page, the CPU usage is at 50%.

In short, webpage->Ws - OK; Ws->RemoteServer - OK; RemoteServer->Ws -
OK; Ws->WebPage - Not OK!

Can someone give me a hint?

Thanks

I was having a BackWorker and since I am workng on a DualCore
Procesor, it took only 50% of CPU... Stupid me!!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,077
Latest member
SangMoor21

Latest Threads

Top