Authorization
To be allowed to write messages, you need to login.
Login:
Password: 
New user?
Discussion Group
>>home >>forum list

  Forum list | 
  Keywords:         
Thread Posts Last Post  (mark all posts as read)
Author:KVH    Date: 12/19/2009 4:37:28 PM      

GetTransparentProxy() versus GetObject()
GetTransparentProxy() versus GetObject() Does somebody knows the real difference? I thought that both metho...
3
Post: Quote: What could be the reason that a TransparentProxy object retri...
Author: Michael Hersonsky
Date: 1/10/2010 9:36:02 AM
Author:splace    Date: 12/15/2009 12:04:51 AM      

Best Practices
We have implemented a distributed app where the client issues requests to a stateless middle tier. We are using GC as th...
1
Post: Quote: Is there some general guidelines on what configuration options...
Author: Dmitry Belikov
Date: 12/15/2009 2:36:25 PM
Author:imkheong    Date: 11/19/2009 6:21:57 PM      

How to implement scalable event notification server farm
Hi Dmitry, First of all thanks for your great product. I'm about to make a purchase soon for my company as we'v...
1
Post: Well, it's not an easy question to answer. The best way you can raise an event is to use IGMP protocol (IP mult...
Author: Dmitry Belikov
Date: 11/22/2009 1:59:18 PM
Author:rjh    Date: 10/13/2009 3:06:34 AM      

How do I know how many clients are connected for broadcast?
When I clien connects to my server they call: _dispatcher.Add(DirectCast(iMessageReceiver, MarshalByRefObject))...
1
Post: Dispatcher.GetListOfReceivers returns the list of receivers that has passed the currently specified filter. You need to ...
Author: Dmitry Belikov
Date: 10/13/2009 10:46:09 AM
Author:Sergey Tkachev    Date: 5/21/2009 2:06:54 PM      

GTCP.SES.Compression (NET 2.0)
Hi all, I have published a small sample, demonstrating work with the Self Establishing Symmetric Key Provider. ...
0
Post:
Author:
Date:
Author:Sergey Tkachev    Date: 1/16/2009 4:57:36 PM      

GTCP.Client.Disconnect (Net 2.0)
Hi all, I have published a small sample, demonstrating disconnection and reconnection of the client. The sample...
2
Post: Sorry, I have fixed the link....
Author: Sergey Tkachev
Date: 4/3/2009 3:35:19 PM
Author:usix    Date: 4/3/2009 12:22:55 AM      

Configuring GTCP transport for unstable network
I would be very pleased if you suggested me how to get GTCP work better through the network when tcp packets are losing....
0
Post:
Author:
Date:
Author:carl916    Date: 9/27/2007 10:42:22 PM      

Caching Objects in a Client Sever Scenario
Hi I am working on a client server application which uses Genuine Channels to pull data from the server to the...
3
Post: Hi, the post above was just a test Carl, do you mar...
Author: ilyich
Date: 3/30/2009 8:39:48 AM
Author:Sergey Tkachev    Date: 11/25/2008 12:11:03 PM      

GTCP.DXM.CHAT (Net 2.0)
Hi all, I have published a small sample, demonstrating DXM usage. The sample is written for .Net 2.0 and uses t...
0
Post:
Author:
Date:
Author:Sergey Tkachev    Date: 11/13/2008 3:04:30 PM      

GTCP.SSPI.Relogin (Net 2.0)
Hi all, I have published a small sample, demonstrating the relogin scenario for SSPI. The sample is written for...
4
Post: Please refer to this article for some additional information about SSPI.
Author: Sergey Tkachev
Date: 11/25/2008 12:03:06 PM
Author:Sergey Tkachev    Date: 11/25/2008 11:55:19 AM      

GTCP.ZPA (Net 2.0)
Hi, all! Here is a small sample demonstrating ZPA security provider. The sample written for .Net 2.0 and uses the la...
0
Post:
Author:
Date:
Author:s.malla    Date: 5/16/2008 7:43:05 PM      

Broadcast engine events call order by client
Hello, i'm a beginner in .net development with genuine channels. i have a problem with the events call orde...
2
Post: There is no separate small sample. If you really need it I will prepare one for you. ...
Author: Sergey Tkachev
Date: 11/11/2008 4:27:24 PM
Author:toddlehr    Date: 12/24/2004 3:16:10 AM      

Issue in Remoting
This not GC issue but something I found working with microsofts's remoting using GC. It deals with working across mult...
7
Post: Dino, could you write a small sample demonstrating your issue. I will try to make it work....
Author: Sergey Tkachev
Date: 9/26/2007 12:06:11 PM
Author:distef01    Date: 1/31/2007 7:44:16 PM      

NAT Virtual IP
Hello . I'm using gtcp channel Senario 1 Server (192.168.0.1) | NAT ...
1
Post: I believe that the problem is in NAT configuration. Since a client can ping server it is able to set up the connection. ...
Author: Sergey Tkachev
Date: 9/26/2007 12:03:23 PM
Author:Dmitry Belikov    Date: 2/14/2004 11:11:20 AM      

Memory Leak article discussion
Please put your comments on Memory Leak in Framework ...
12
Post: Yes, it still exists....
Author: Dmitry Belikov
Date: 5/2/2007 11:13:06 AM
Author:gfkeogh    Date: 6/20/2005 5:07:06 AM      

Clean client disconnect
Hello from Australia. My client closes and disconnects from the server by calling UnregisterChannel(GenuineTcpChannel). ...
26
Post: Yes, you are right. This code fires the GeneralConnectionReestablishing event. Because after releasing HostResources Gen...
Author: Dmitry Belikov
Date: 1/18/2007 12:20:29 PM
Author:Dino    Date: 10/19/2006 8:39:04 AM      

Beware passing a byte[0]
I've finally managed to trace the source of some very annoying Compression errors in remoting. This was occurring with I...
1
Post: If you face with the problem described below, please inform us. If you are a licensed user you have access to Genuine Ch...
Author: Dmitry Belikov
Date: 12/13/2006 12:33:05 PM
Author:dlarock    Date: 9/16/2006 1:50:33 AM      

Better way to do this? Client Side Connect Code.
I am working on my first remoting project. In general it seems to be working, but I would like some advice on my client...
1
Post: Yes, you are doing right. But note if a client does not get a response within the InvocationTimeout timeout, all associa...
Author: Michael Hersonsky
Date: 10/18/2006 10:30:56 AM
Author:KVH    Date: 2/7/2006 2:31:19 PM      

Enabling Role Based Security (RBS) in a distributed application, can you give me a hind?
I have read the following topic “Security and Remote Calls” form the book “ Programming .NET components 2nd Edition [O’r...
6
Post: How to configure: ... In my case, there are multi servers and multi client sessions and a server can be a client of ...
Author: alias
Date: 7/18/2006 1:53:06 PM
Author:purtimalhotra    Date: 2/5/2006 5:27:00 PM      

Error : A connection attempt failed because the connected party did not properly respond after a period of time, or established
Hi All, Current scenario : I am having an application using the .Net remoting concept.We are using SingleCa...
1
Post: What version of GenuineChannels and .NET framework do you use? Is it possible to get a sample reproducing the ...
Author: Michael Hersonsky
Date: 2/6/2006 6:04:37 PM
    1   2  
   Home |  Info |  Purchase |  Downloads |  Support |  Community |  Contact Us
      Copyright © 2002-2010 Genrix Software, Inc. All rights reserved.