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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|