Click here to Skip to main content
16,005,734 members
Home / Discussions / C#
   

C#

 
GeneralRe: Geting the Row count in response to RowDeleted Pin
Stephane Rodriguez.17-Jan-03 21:41
Stephane Rodriguez.17-Jan-03 21:41 
GeneralRe: Geting the Row count in response to RowDeleted Pin
stephen woolhead18-Jan-03 1:34
stephen woolhead18-Jan-03 1:34 
QuestionPanel with labels on them - Who Clicked me? Pin
S S Basra17-Jan-03 4:16
S S Basra17-Jan-03 4:16 
AnswerRe: Panel with labels on them - Who Clicked me? Pin
Nnamdi Onyeyiri19-Jan-03 3:05
Nnamdi Onyeyiri19-Jan-03 3:05 
GeneralRe: Panel with labels on them - Who Clicked me? Pin
S S Basra19-Jan-03 21:20
S S Basra19-Jan-03 21:20 
GeneralScrollbox - View Caret Position / Listbox - No Scrollbars Pin
MrEyes17-Jan-03 2:27
MrEyes17-Jan-03 2:27 
GeneralRe: Scrollbox - View Caret Position / Listbox - No Scrollbars Pin
Stephane Rodriguez.18-Jan-03 1:53
Stephane Rodriguez.18-Jan-03 1:53 
GeneralBidirectional TCP Genuine Channels are Available. Pin
Bill200217-Jan-03 0:13
Bill200217-Jan-03 0:13 
Web site: http://test.labdotnet.com/GenuineChannels/GenuineChannels.html


Genuine Channels implement bidirectional TCP channels (for .NET Remoting infrastructure) that solve the primary problem of native tcp channels and all sequential issues. Also they implement some features that help to build durable, viable and stable client-server solutions.



Brief explanation

Microsoft .NET Framework implementation of TCP channels allows using TCP channel only as a server or client connection. If you want to provide feedback from the server to client, server must connect to the client’s port. This scheme consumes two TCP sockets and is not workable if client is behind NAT or Masquerade server. Also, native implementation closes TCP connection after non-customized period of time.

Genuine Channels use the only connection from the client to the server. There is no problem if client is behind firewall, NAT or Masquerade server. Also, Genuine Channels implement some features to help building durable, viable and stable client-server solution.


Features
Only one TCP connection is used between client and server.
Fully compatible with .NET Remoting infrastructure.
Each connection has queue of messages being sent.
Constraints on the queue are possible. It greatly helps to force reconnection if current connection is too slow.
Automatic client reconnection to the server. Server and Clients does not lose messages during reconnection. It’s very useful if your server must talk to the client.
Full support of sync, async and one-way messages.
Adjustable timeout to wait for reply from the remote host.
Real async processing. You can have any number of threads at a server and at a client that will automatically use the same TCP connection.
Each exception has unique identifier that simplifies centralizing error processing or translating error messages to any language.
Automatic ping to check TCP connection if connection has not been used for (by default) 120 seconds.
Detailed logging system that receives all events and can save even the entire incoming and outcoming TCP streams as well as exceptions, stack traces and object’s guids. You can write your own logger and attach it to the system.


Dmitry Belikov.
GeneralRe: dynamically creating & modfying XML file using C# Pin
David Stone17-Jan-03 4:37
sitebuilderDavid Stone17-Jan-03 4:37 
GeneralProcess Filename Pin
CyberKewl16-Jan-03 21:59
CyberKewl16-Jan-03 21:59 
GeneralRe: Process Filename Pin
Nnamdi Onyeyiri19-Jan-03 2:58
Nnamdi Onyeyiri19-Jan-03 2:58 
GeneralRe: Process Filename Pin
CyberKewl19-Jan-03 3:49
CyberKewl19-Jan-03 3:49 
GeneralRe: Process Filename Pin
Nnamdi Onyeyiri19-Jan-03 3:50
Nnamdi Onyeyiri19-Jan-03 3:50 
GeneralSockets && Detecting FileSent Completion Pin
gekoscan16-Jan-03 12:52
gekoscan16-Jan-03 12:52 
GeneralRe: Sockets && Detecting FileSent Completion Pin
David Stone16-Jan-03 13:03
sitebuilderDavid Stone16-Jan-03 13:03 
GeneralRe: Sockets && Detecting FileSent Completion Pin
Nick Parker17-Jan-03 17:31
protectorNick Parker17-Jan-03 17:31 
GeneralTelnet Pin
David Stone16-Jan-03 11:44
sitebuilderDavid Stone16-Jan-03 11:44 
GeneralRe: Telnet Pin
Nnamdi Onyeyiri19-Jan-03 2:53
Nnamdi Onyeyiri19-Jan-03 2:53 
AnswerRe: Fullscreen forms? Pin
p daddy16-Jan-03 6:18
p daddy16-Jan-03 6:18 
GeneralRe: Fullscreen forms? Pin
Heath Stewart16-Jan-03 11:30
protectorHeath Stewart16-Jan-03 11:30 
GeneralRe: Fullscreen forms? Pin
p daddy16-Jan-03 22:21
p daddy16-Jan-03 22:21 
GeneralRe: Fullscreen forms? Pin
Zibar16-Jan-03 22:34
sussZibar16-Jan-03 22:34 
AnswerRe: Fullscreen forms? Pin
Uwe Keim18-Jan-03 1:19
sitebuilderUwe Keim18-Jan-03 1:19 
GeneralRelative path to Web Services from a .NET Winform Pin
shanelhatcher16-Jan-03 5:31
shanelhatcher16-Jan-03 5:31 
GeneralRe: Relative path to Web Services from a .NET Winform Pin
Heath Stewart16-Jan-03 11:07
protectorHeath Stewart16-Jan-03 11:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.