Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Rugby stub code optimization

From: m:koopmans2:chello:nl at: 23-Nov-2001 14:06

Rugby compresses data in TCP transport mode. In http mode it doesn't but nothing stops *you* from doing that on the applicative level. If you need it for http transport in Rugby by default you can patch it with two or three lines. --Maarten *** You wrote once.... I am not a current Rugby user, but I will need a similar solution soon, BUT I am only going to be able to use Rugby if I can compress the data sent. I don't know how hard it would be to implement, just a thought, but what about making an actual different *tunnel* for compression (i.e. get-rugby-service/compressed which would open a port that compressed all of the communication between server, & client) My 2c Ammon