Thread: query regarding transferring large files across network

  1. #1

    query regarding transferring large files across network

    I have query regarding transferring large files across network.

    The use case scenario is as follows:

    We are capturing e-mail messages of an organization and are required to archive these onto a SQL server which lies across the network.
    These messages are to be transferred reliably across the network and should guarantee transaction safety as well.
    The messages could sometime exceed to sizes of more than few hundred Megabytes.

    Any suggestions regarding a solution to this issue will be appreciated

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Which issue?
    Storage?
    Reliability?
    Bandwidth?
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3

    Reliability

    its reliability

  4. #4
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    You mean like TCP as used by everyone else?
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 6
    Last Post: 01-09-2009, 12:17 PM
  2. Working with muliple source files
    By Swarvy in forum C++ Programming
    Replies: 1
    Last Post: 10-02-2008, 08:36 AM
  3. Loading large files with c++
    By Unregistered in forum Linux Programming
    Replies: 1
    Last Post: 03-18-2002, 12:26 AM
  4. reinserting htm files into chm help files
    By verb in forum Windows Programming
    Replies: 0
    Last Post: 02-15-2002, 09:35 AM
  5. Reading Large Files!!!
    By jon in forum Windows Programming
    Replies: 1
    Last Post: 09-09-2001, 11:20 PM