From: "Steven Knight" Newsgroups: comp.os.msdos.djgpp Subject: Question (To be or not to be) Date: Sun, 30 Jul 2000 23:32:58 +0100 Organization: Customer of Energis Squared Lines: 28 Message-ID: <8m2af6$1t0$1@news7.svr.pol.co.uk> NNTP-Posting-Host: modem-115.eglador.dialup.pol.co.uk X-Trace: news7.svr.pol.co.uk 964996390 1952 62.136.173.115 (30 Jul 2000 22:33:10 GMT) NNTP-Posting-Date: 30 Jul 2000 22:33:10 GMT X-Complaints-To: abuse AT theplanet DOT net X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I have an idea and I would like to pick your brains to see if it is practical. OPRS This system would work like a client/server relationship where there is one server (Main PC) and all who want to join are servers. The people at server end could download a file that tells there PC to do some calculations (Say finding a password). The idea of setting up a scheme like this is that fairly powerful computers all around the world can simultaneously work on finding the password. What I would like to do is for the Server to use un-used cpu cycles to help find the password. When they have finished the part assigned to them in the download, they could send a file telling the main Client what the results are. If positive then a file is sent to all other servers telling them to cease. If negative then that part of the sequence is struck off and then the server is given another file, containing a different part of that sequence and so forth. So do you think this is possible. There doesn't need to be any UI except a run command and a receive/send data command. Thanks for your time and response Steven