Results 1 to 4 of 4

Thread: How do I use Ice to process stream

  1. #1
    hyz1840 is offline Registered User
    Join Date
    May 2006
    Posts
    4

    Cool How do I use Ice to process stream

    Hi ,I am trying to use ice3.01 as the middware to construct a fax system, I have read your documents and can't got info about how to convey stream(such as file) suitably, you known , all the things should be OOP, then I defined sequence<byte> to represent file stream to be conveyed, but I know I have to restrict size to some low limitation such as 2M, because one file data is in one sequence<byte> instance(in mem), of course I have some solutions to settle this issue but all that I feel not satisfied (such as call back,data transferring object......), so I want consult your opinions cordially.

    the former project I used TFTP to transfer files, but this is not OOP style, Ice is an ORPC solution, so I believe there are excellent ways indeed belonging ice.

    Thanks a lot.
    Last edited by hyz1840; 05-25-2006 at 05:41 AM.

  2. #2
    matthew's Avatar
    matthew is offline ZeroC Staff
    Name: Matthew Newhook
    Organization: ZeroC, Inc.
    Project: Internet Communications Engine
    Join Date
    Feb 2003
    Location
    NL, Canada
    Posts
    1,458
    Welcome to the forum! Before we can provide you with assistance please fill out your signature information as detailed in the post contained in the link in my signature.

  3. #3
    hyz1840 is offline Registered User
    Join Date
    May 2006
    Posts
    4

    Wink signature

    Ok, I have done

  4. #4
    matthew's Avatar
    matthew is offline ZeroC Staff
    Name: Matthew Newhook
    Organization: ZeroC, Inc.
    Project: Internet Communications Engine
    Join Date
    Feb 2003
    Location
    NL, Canada
    Posts
    1,458
    In order to really help I'd need to know more about your use-case. However, for general advice you should look at the newsletter FAQ at http://www.zeroc.com/faq/fileTransfer.html. In addition, you might want to look at the design of the MP3 encoder in the IceGrid section of the Ice manual.

    Any more questions, please ask!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Ice 3.4.1 and C# - compilation errors with --stream option
    By brightside32 in forum Help Center
    Replies: 3
    Last Post: 02-10-2011, 07:32 PM
  2. Replies: 0
    Last Post: 03-23-2010, 10:56 AM
  3. Replies: 0
    Last Post: 03-09-2010, 08:13 PM
  4. Ice 3.2.1: Java stream helper functions
    By kwaclaw in forum Bug Reports
    Replies: 3
    Last Post: 11-15-2007, 09:35 PM
  5. Java Object Output Stream and Ice
    By brian in forum Help Center
    Replies: 8
    Last Post: 10-31-2005, 10:18 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
  •