• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Advanced File Sharing Michanisms

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want to implement a file sharing mechanism , which is providing a high speed transferring files.

Example :

I want to do like this!!!

According to the file size, i want to break that file in to chunks. (Let's say 1GB size file).Then i want to transfer that whole file(All the chunks) in to an another machine in an another network's PC.
(Actually this is an special feature of our application & this is should be a peer to peer file sharing & no data bases.)
I want to use the same type of method ,which uses in BitTorrent, Internet Download Manager.......to share files
(Actually I want to implement a high speeding file sharing mechanism)
I would like to use socket pooling also.
This is the that ,I can express my application.

Can someone help me to do this event success in java socket programming???

Thank you!!!

 
Sheriff
Posts: 22783
131
Eclipse IDE Spring VI Editor Chrome Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moving to sockets / Internet protocols
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
So exactly what part of your task do you have a problem with? When last we spoke, you had a performance question.
reply
    Bookmark Topic Watch Topic
  • New Topic