Click here to Skip to main content
15,892,927 members
Home / Discussions / C#
   

C#

 
QuestionQLMySQL Concurrency Violation Pin
Elvis_Pretzelator29-Nov-05 11:50
Elvis_Pretzelator29-Nov-05 11:50 
QuestionHow can i do a mouseover event for an asp object? Pin
Anthony Mushrow29-Nov-05 11:41
professionalAnthony Mushrow29-Nov-05 11:41 
AnswerRe: How can i do a mouseover event for an asp object? Pin
Dave Kreskowiak30-Nov-05 5:43
mveDave Kreskowiak30-Nov-05 5:43 
Questiondisposal of a homemade object Pin
melanieab29-Nov-05 10:35
melanieab29-Nov-05 10:35 
AnswerRe: disposal of a homemade object Pin
Dan Neely29-Nov-05 10:38
Dan Neely29-Nov-05 10:38 
GeneralRe: disposal of a homemade object Pin
melanieab29-Nov-05 11:14
melanieab29-Nov-05 11:14 
GeneralRe: disposal of a homemade object Pin
Dan Neely30-Nov-05 2:05
Dan Neely30-Nov-05 2:05 
Questionnetwork problem please help!!! Pin
snouto29-Nov-05 10:14
snouto29-Nov-05 10:14 
Hello everybody!!!

iam designing a chat application and i have one problem?
--------------------------------------------------------------------------------------
the problem is :
---------------------
i had implemented text transmission in this way .
client sends a message to another client -------->server receives the message------------> send it to the other client by using his already received networkstream.

but i think this method is not practically cause the size of the server increase with logging of clients cause the server store their networkstream in memory during runtime and suppose we have over 1000.000 clients already connected it will leak the resources of the webserver it is installed on and halt the system
so i thought about designing peer to peer application that the client A demands the ip address first from the co-ordinating server and then use direct connection to the client B and begin chatting but the problem i had found in this architecture is the following:
----------------------------------------------
That There are some private addresses on the internet as follows

10.0.0.0 - 10.255.255.255
172.16.0.0 - 172.31.255.255
192.168.0.0 - 192.168.255.255

and for users use DSL their ip addresses are behind NATS or even private addresses can't be seen in the wild on the internet so what do i have to do for making direct connection between clients after getting full information about the remote computer of the other client from the server .
Note:
-------
i had tested the direct connection on the internet with some friends and i found that one from twenty direct connection work with him and the other can't be seen and i had an exception telling me

The Remote host can be resolved or doesn;t found on the internet or the network

something like that in network exception class.
so what can i do to allow this direct connection like most peer to peer applications already used as emule , napster , gnutella or even yahoo messenger and hotmail messenger.

Mess With The Best And Die Like The Rest
AnswerRe: network problem please help!!! Pin
mcljava29-Nov-05 12:33
mcljava29-Nov-05 12:33 
GeneralRe: network problem please help!!! Pin
snouto29-Nov-05 23:06
snouto29-Nov-05 23:06 
QuestionBack Button ASP.NET Pin
TheMajorRager29-Nov-05 10:02
TheMajorRager29-Nov-05 10:02 
QuestionCrystal Report setup problem Pin
sasan5629-Nov-05 9:56
sasan5629-Nov-05 9:56 
QuestionCreating a window form Pin
Yevgeny Efter29-Nov-05 8:45
Yevgeny Efter29-Nov-05 8:45 
AnswerRe: Creating a window form Pin
enjoycrack29-Nov-05 9:08
enjoycrack29-Nov-05 9:08 
GeneralRe: Creating a window form Pin
Yevgeny Efter29-Nov-05 9:25
Yevgeny Efter29-Nov-05 9:25 
GeneralRe: Creating a window form Pin
enjoycrack29-Nov-05 10:20
enjoycrack29-Nov-05 10:20 
QuestionFailed to compare Time portion of DateTime when read ACCESS database Pin
Roman Muntyanu29-Nov-05 7:58
Roman Muntyanu29-Nov-05 7:58 
AnswerRe: Failed to compare Time portion of DateTime when read ACCESS database Pin
Rob Philpott29-Nov-05 8:41
Rob Philpott29-Nov-05 8:41 
GeneralRe: Failed to compare Time portion of DateTime when read ACCESS database Pin
Roman Muntyanu29-Nov-05 9:19
Roman Muntyanu29-Nov-05 9:19 
GeneralRe: Failed to compare Time portion of DateTime when read ACCESS database Pin
Rob Philpott29-Nov-05 11:27
Rob Philpott29-Nov-05 11:27 
GeneralRe: Failed to compare Time portion of DateTime when read ACCESS database Pin
Roman Muntyanu30-Nov-05 5:48
Roman Muntyanu30-Nov-05 5:48 
Questioneasy textbox question? Pin
melanieab29-Nov-05 7:36
melanieab29-Nov-05 7:36 
AnswerRe: easy textbox question? Pin
Rob Philpott29-Nov-05 8:02
Rob Philpott29-Nov-05 8:02 
GeneralRe: easy textbox question? Pin
melanieab29-Nov-05 8:15
melanieab29-Nov-05 8:15 
QuestionWeb Service XML to DataGrid - 'System.NullReferenceException' error Pin
tabulation29-Nov-05 7:16
tabulation29-Nov-05 7:16 

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.