all groups > dotnet remoting > august 2004 >
You're in the

dotnet remoting

group:

Been asked such question, any idea how to do it?


Re: Been asked such question, any idea how to do it? Ken Kolda
8/26/2004 2:18:53 PM
dotnet remoting:
This sounds like a test/interview question. Almost certainly the desired
answer is that you should create a custom sink for your server that logs all
incoming remoting requests. I believe this could satisfy all the
requirements stated below without a problem (although I've never tried so I
can't give the details).

Regards -
Ken


[quoted text, click to view]

Been asked such question, any idea how to do it? Hardy Wang
8/26/2004 3:21:54 PM
You have 4 separate applications that all use .NET Remoting on the middle
tier. You are asked to implement logging functionality that will log the
caller's IP Address, and the method call being requested BEFORE the request
actually reaches the function being called (ie: your logging cannot occurr
within the function itself). How would you accomplish this?

Outline any configuration changes, objects, etc that need to be created.

--
WWW: http://hardywang.1accesshost.com
ICQ: 3359839
yours Hardy

Re: Been asked such question, any idea how to do it? Hardy Wang
8/26/2004 9:01:44 PM
Yes, an interview test. I answered exactly as you.


[quoted text, click to view]

AddThis Social Bookmark Button