[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.remoting

Remoting server running 100% CPU under debugger

Bob Rundle

7/9/2004 12:33:00 AM

I noticed something very strange.

I have a server program in which I have registered well known type on a TCP
channel.

Everything works fine except which I start the server under the debugger the
server process goes to 100% CPU after first activation of the remote object
by a client. If I start without debugger then everything is fine.

Has anyone else seen this?

Bob Rundle