Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > dotnet remoting > may 2005 > threads for may 22 - 28, 2005

Filter by week: 1 2 3 4 5

Remoting Web Service --- Interoperability
Posted by Shoeb at 5/27/2005 8:10:46 AM
Hi, I wanted to clarify doubts related to interoperability problems. Here I am explaining the problem.. Environment: Client: gSaop client running on LINUX Web Service: .Net Remoting web service on Windows2000 work station web Service method: int Transcode(int id, string name) He...more >>


Server requesting a client
Posted by MVB at 5/26/2005 2:35:12 PM
Hi I have a client server application developed using .NEt remoting. The client makes certain requests to the server and the server replies back.This part works fine. But I need another functionality too. I want my server to send a signal to client periodically ,about some changing statuse...more >>

Questions about MarshalByRefObject.InitializeLifetimeService
Posted by Roy Chastain at 5/26/2005 10:55:21 AM
I have done some testing and it appears that the framework does not call InitializeLifetimeService until just before returning the object reference to the client. I would like to use the ILease returned from InitializeLifetimeService in the server code before returning to the client. I have ob...more >>

IIS Hosting / global.asax
Posted by matthew_glen_evans NO[at]SPAM hotmail.com at 5/26/2005 2:23:53 AM
Is it possible to hook into the global.asax event model, when hosting remoting class libraries in IIS. I particularly want to access Application_AuthenticateRequest, to modify the HTTPContext security token with some roles. Thanks, Matthew ...more >>

.NET on AMD problem.
Posted by JamesK at 5/26/2005 12:00:00 AM
Hi all, I have developed an analog clock using C#.NET as an assembly in my .NET application. The clock is based on the System.Threading.Timer class, rather than the other two timers. I find that the clock runs a lot slower on an AMD machine compared to an Intel CPU machine, regardless of the ...more >>

Remoting Client Hangs
Posted by Sudesh Sawant at 5/23/2005 9:46:03 PM
Hello, We have an application which communicates using remoting. There is a server which is a Windows Service. The server exposes an object which is a singleton. The client is a Web Application which makes calls to the service. We are using tcp channel which is using binaryformatter by defaul...more >>

Need to fill gaps for creating a remotable singleton
Posted by sethlivingston NO[at]SPAM gmail.com at 5/23/2005 12:19:45 PM
Hi, I've poured throught the MSDN documention on remoting; I'm close to getting things working, but I need to fill in some gaps. Here's what I need: 1. Remotable Controller class in MySystemTray.exe must be a singleton. It controls the icon in the system tray and a Windows Form that you can...more >>



DevelopmentNow Blog