Click here to Skip to main content
15,913,307 members
Home / Discussions / C#
   

C#

 
AnswerRe: Reading a text file into a textBox Pin
Christian Graus8-May-07 18:25
protectorChristian Graus8-May-07 18:25 
GeneralRe: Reading a text file into a textBox Pin
simplicitylabs8-May-07 18:38
simplicitylabs8-May-07 18:38 
QuestionDataView Problem Pin
Michael1018-May-07 13:37
Michael1018-May-07 13:37 
AnswerRe: DataView Problem Pin
SimulationofSai8-May-07 21:49
SimulationofSai8-May-07 21:49 
QuestionMDI and Childs Pin
VBDC8-May-07 12:57
VBDC8-May-07 12:57 
AnswerRe: MDI and Childs Pin
Blumen8-May-07 18:08
Blumen8-May-07 18:08 
QuestionMDI and Childs Pin
VBDC8-May-07 12:52
VBDC8-May-07 12:52 
QuestionPLEASE HELP Pin
detective_x8-May-07 12:00
detective_x8-May-07 12:00 
I have to implement A peer-to-peer text messaging application . the idea is as follows.

Please has anyone designed a similar application ! i would be very greatful if u can help ?

In a client- server paradigm clients never communicate directly with each other. This often leads to the centralisation of user interaction. The peer-to-peer (p2p) model tried to overcome this problem. In a p2p model, users cannot communicate directly with each other. It may be helpful to view a ‘peer process’ as an entity incorporating a client and a server within it.
A peer process typically uses a central server, a peer-directory, to find out about other peer processes in the system. Peer-directory maintains a table whereby the address and port number of a peer is mapped on to a single integer index. Peers identify each other by this index number. We will refer to this index number a peer-id.

The central server or the peer-directory provides a mechanism whereby peers can coordinate their interaction in time and pace. However, the rest of the interaction can then be conducted directly, without the need for the central server. In this way, significant reduction of centralized communication can be achieved and a more distributed pattern of network usage is created. In a peer-to-peer text system the central server maintains a table where information on member is stored. Whenever a new member subscribes into the system, the central server sends the updated table to all members of the group. Peers send text messages directly to each other.

Centre peer. The interaction between peer and peer directory can be organized in such a way that peers are automatically notified whenever a new member enters or exit the peer group.
AnswerRe: PLEASE HELP Pin
Christian Graus8-May-07 12:08
protectorChristian Graus8-May-07 12:08 
GeneralRe: PLEASE HELP Pin
detective_x8-May-07 12:14
detective_x8-May-07 12:14 
AnswerRe: PLEASE HELP Pin
Blumen8-May-07 19:24
Blumen8-May-07 19:24 
AnswerRe: PLEASE HELP Pin
Seishin#8-May-07 21:09
Seishin#8-May-07 21:09 
Questionmultiple audio cards in c#? Pin
dirtylarry8-May-07 11:44
dirtylarry8-May-07 11:44 
AnswerRe: multiple audio cards in c#? Pin
Ed.Poore8-May-07 11:58
Ed.Poore8-May-07 11:58 
GeneralRe: multiple audio cards in c#? [modified] Pin
dirtylarry8-May-07 13:21
dirtylarry8-May-07 13:21 
GeneralRe: multiple audio cards in c#? Pin
Ed.Poore8-May-07 20:28
Ed.Poore8-May-07 20:28 
AnswerRe: multiple audio cards in c#? Pin
Leslie Sanford8-May-07 18:10
Leslie Sanford8-May-07 18:10 
QuestionBackup MYSQL Database Pin
Gopal.S8-May-07 11:01
Gopal.S8-May-07 11:01 
AnswerRe: Backup MYSQL Database Pin
Judah Gabriel Himango8-May-07 12:59
sponsorJudah Gabriel Himango8-May-07 12:59 
QuestionReflections Pin
eunderwo008-May-07 10:06
eunderwo008-May-07 10:06 
AnswerRe: Reflections Pin
Daniel Turini8-May-07 10:14
Daniel Turini8-May-07 10:14 
AnswerRe: Reflections Pin
Pete O'Hanlon8-May-07 10:22
mvePete O'Hanlon8-May-07 10:22 
QuestionWMI Invoke Method Pin
dancelicious8-May-07 9:46
dancelicious8-May-07 9:46 
QuestionRe: WMI Invoke Method Pin
dancelicious8-May-07 9:51
dancelicious8-May-07 9:51 
AnswerRe: WMI Invoke Method Pin
Judah Gabriel Himango8-May-07 13:00
sponsorJudah Gabriel Himango8-May-07 13:00 

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.