|
-
Mar 3rd, 2001, 07:53 AM
#1
Thread Starter
Fanatic Member
-
Mar 3rd, 2001, 10:18 AM
#2
Fanatic Member
why not use what came with your OS
ftp or http server would get it done
Kurt Simons
[I know I'm a hack but my clients don't!]
-
Mar 3rd, 2001, 01:43 PM
#3
Thread Starter
Fanatic Member
My app has to transparently allow other users of the same app to share data without having to explicitly set their machine up as a front page server - does that help?
-
Mar 4th, 2001, 12:12 AM
#4
Fanatic Member
I guess i'm not sure exactly what you are trying to do.
are you looking to distribute your app or distribute some kind of compile data from that app
Kurt Simons
[I know I'm a hack but my clients don't!]
-
Mar 4th, 2001, 05:19 AM
#5
Thread Starter
Fanatic Member
Originally posted by kurtsimons
I guess i'm not sure exactly what you are trying to do.
are you looking to distribute your app or distribute some kind of compile data from that app
I might not have been clear enough
My application makes a particular type of file. I want everyone using my application to be able to share the file that they make Napster style (but with no copyright problems as they will own what they share)
This would be easy with a server but much more scalable peer-to-peer.
-
Mar 4th, 2001, 09:56 AM
#6
Fanatic Member
OK,
if the file is small
use the winsock control...
to listen for requests for that file
then share it.
the only problem is letting each client know who else has the list (and where they are)
if needed you could do a UDP broadcast to announce that a client needs the data
Kurt Simons
[I know I'm a hack but my clients don't!]
-
Mar 4th, 2001, 10:08 AM
#7
_______
<?>
A Napster for VB Code...
Use the search...
there was quite a lengthy post on that matter a few months back.
"A myth is not the succession of individual images,
but an integerated meaningful entity,
reflecting a distinct aspect of the real world."
___ Adolf Jensen
-
Mar 5th, 2001, 06:46 PM
#8
Thread Starter
Fanatic Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|