Groups | Blog | Home


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 > april 2005 > threads for april 22 - 28, 2005

Filter by week: 1 2 3 4 5

Asynchronous Remoting and its effects on ASP.NET Threading
Posted by Stewart Rogers at 4/28/2005 10:58:01 AM
Hi all, Now I know that we can call .NET remoting components asynchronously from ASP.NET pages and it works like a charm! But I am concerned about the behavior of the overall system in this case and how does ASP.NET handle threads. (1) Lets say I asynchronously call .NET remoting component...more >>


Asynchronous Remoting from ASP.NET Web Pages
Posted by Stewart Rogers at 4/28/2005 7:40:05 AM
Guys, My ASP.NET application (on SERVER-A) has been calling .NET remoting components that are hosted in IIS (on SERVER-B). So far i have been calling components in synchronous fashion where my ASP.NET page waits for the call to return. But new requirments just came and now I would have to ...more >>

Problem with tcp
Posted by Fabrizio Romano at 4/28/2005 12:00:00 AM
Hi everybody, I'm trying to build an application msn like to play chess with my friends. I have almost done everything, I have the chat form, and it works pretty good. To do this, I use TcpListener and TcpClient, threads and a ChatMessage serializable class that contains the body of a message...more >>

Microsoft.Samples.Runtime.Remoting.Security and Interfaces.
Posted by lloyd at 4/27/2005 7:53:23 AM
I've been using this for a couple days now and its all working well but I can't yet figure out how have just an interface in the library used by the server and the client. The OpenFile example does have an IFoo but it doesnt use it. Searching google the only sample code I found uses Activa...more >>

Apparent timeout on a long-running remoted process.
Posted by SolDel NO[at]SPAM online.nospam at 4/25/2005 2:07:53 PM
In an application using .NET remoting (the remoted server is hosted in IIS), a long-running remoted call terminates after running for around 46 minutes. There is no exception thrown on the server, nor do the ASP.NET performance counters register any application or worker process restarts. T...more >>

Can Not Remove "Listener" Remote Client From Collection
Posted by dotNetDave at 4/25/2005 10:36:02 AM
I have an assembly that mainly communicates to clients via events. I need to turn this into a remotable service. I read that remoting events can be error prone, so I read an article about the setting up a Listener and Broadcaster (that keeps an collection of Listeners). This works great except...more >>

CAO - Interfaces - IIS
Posted by porter_wss NO[at]SPAM hotmail.com at 4/25/2005 9:30:22 AM
I am trying to implement client activated objects hosted by IIS using a shared DLL that has interfaces for the object. I am new to remoting and used the Ingo Rammer's book Advanced .NET Remoting to get started. I can get the Basic\RemotingObjects example that Microsoft provides to work but th...more >>

Intermittent IndexOutOfRangeException: Index was outside the bounds of the array
Posted by scotthutchinson NO[at]SPAM usa.net at 4/23/2005 1:05:23 PM
I have a .NET Remoting object hosted in IIS6 on Windows Server 2003 (happens before and after installing SP1) at an endpoint (ASP.NET application virtual folder) named "CompanyXYZReporting". The remoted object is called several times every day and works perfectly except every 2-3 weeks when we c...more >>



Requested Service not found
Posted by Joe at 4/22/2005 11:13:19 PM
I have a timer which calls a method every 4 minutes. If the default lifetime is set to 5 minutes shouldn't the timer call prevent the object from ever disconnecting? ...more >>

IIS hosted remote server, SSL and CA Root
Posted by Greg Robinson at 4/22/2005 2:33:47 PM
I am getting a bit confused on some of this SSL stuff with regards to .NET Remoting. It's new to me. What I know I learned this morning. Our windows form client uses a remote dal hosted by IIS. I want to secure the data being transferred back\forth from the client to this remote server....more >>

Cannot Get XML Config file to Work
Posted by Ali at 4/22/2005 10:36:16 AM
Hi, For some reason, I am not able to configure my client's configuration using xml. I get the following error: ..Config file ..\..\ConsoleJobClient.exe.config can not be read successfully due to exception System.Runtime.Remoting.RemotingException: channel entries must contain a type ...more >>


DevelopmentNow Blog