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 >>
|