Results 1 to 3 of 3

Thread: What is best way to transfer files back and forth

  1. #1
    alexm is offline Registered User
    Name: Eskinder Alex Mesfin
    Organization: Medtronic, Inc.
    Project: www.medtronic.com
    Join Date
    Apr 2006
    Location
    In Minneapolis, Mn
    Posts
    16

    What is best way to transfer files back and forth

    Hi
    I am digging this. My question is if a client initiates a request for a raw file to be processed on a server and the server if modified the file and will return the processed file if not an error ... How can you handle file transfer in IcePy, is a mechanism exist to
    0) Automagicaly made appear a file on each receiving end:
    1) Do I have to depend on good old streaming, if available.
    2) pass the content as stracture and put it togathert on each receiving end.
    Alex Mesfin
    Medtronic, Inc.
    www.medtronic.com

  2. #2
    marc's Avatar
    marc is offline ZeroC Staff
    Name: Marc Laukien
    Organization: ZeroC, Inc.
    Project: The Internet Communications Engine
    Join Date
    Feb 2003
    Location
    Florida
    Posts
    1,860
    This has been discussed many times in these forums. I recommend to search these forums for "file transfer".

  3. #3
    mes's Avatar
    mes
    mes is offline ZeroC Staff
    Name: Mark Spruiell
    Organization: ZeroC, Inc.
    Project: Ice Developer
    Join Date
    Feb 2003
    Location
    California
    Posts
    1,441
    Alex,

    Be aware that transferring large sequences in Ice for Python is currently quite slow because Python's C API doesn't provide a way for us to efficiently construct and populate a tuple. We plan to investigate whether this situation can be improved, but it's not a high priority at present. If you have a commercial need for this, please contact info@zeroc.com.

    Take care,
    - Mark

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. use ice to transfer large files
    By walli in forum Help Center
    Replies: 1
    Last Post: 04-27-2009, 10:03 PM
  2. How to transfer files with Chinese filename in IcePatch2?
    By zhourong_bj in forum Help Center
    Replies: 15
    Last Post: 11-01-2008, 11:42 PM
  3. is the context sent back to the client??
    By DeepDiver in forum Help Center
    Replies: 2
    Last Post: 05-25-2005, 09:55 AM
  4. Can i use ice to transfer files between computers?
    By minifat in forum Help Center
    Replies: 2
    Last Post: 12-10-2004, 07:59 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •