Thread: FrameDecoder and ReplayingDecoder

Results 1 to 2 of 2
  1. #1 FrameDecoder and ReplayingDecoder 
    Renown Programmer and Respected Member
    Maxi's Avatar
    Join Date
    Jun 2008
    Posts
    3,201
    Thanks given
    281
    Thanks received
    1,093
    Rep Power
    1366
    Does anyone know if a ReplayingDecoder would find any trouble by the networking speed? A ReplayingDecoder is easier to multiplex the protocol, but I've been told that if the networking speed is slow it can be slower than using a FrameDecoder.

    Design wise I'd certainly prefer using a ReplayingDecoder but I don't really have the oppertunity to host my framework and compare the performance of FrameDecoder and a ReplayingDecoder in a hosted environment where I connect to a remote peer.

    Thanks in advance.
    Reply With Quote  
     

  2. #2  
    Hi.

    'Mystic Flow's Avatar
    Join Date
    Nov 2007
    Posts
    7,141
    Thanks given
    256
    Thanks received
    1,247
    Rep Power
    3636
    From what I read, FrameDecoder would be faster then a ReplayingDecoder, if I were you I'd go with what you feel comfortable with, but if you prefer something with speed then it would be FrameDecoder


    EDIT:

    Didn't notice this was old, was just lurking through help section .

    [Only registered and activated users can see links. ]

    Reply With Quote  
     


Thread Information
Users Browsing this Thread

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


User Tag List

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