Thread: Question on Web Server Technologies: Data Compression

  1. #1
    Registered User
    Join Date
    Jun 2002
    Posts
    1

    Lightbulb Question on Web Server Technologies: Data Compression

    Assumption:
    While a web server communicating with a web client, it will first create a thread to compress the data, and then send the data to the client. After the client receives the data, it will decompress the data.

    I am wondering is there any article or website has the information of this kind of technologies.

  2. #2
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    >this kind of technologies.

    You're meaning datacommunication or datacompression? In case of datacompression take a look at this sites for global orientation on datacompression.

    www.data-compression.com
    http://www.rasip.fer.hr/research/com...hms/index.html
    www.faqs.org/faqs/compression-faq/

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. pthread question how would I init this data structure?
    By mr_coffee in forum C Programming
    Replies: 2
    Last Post: 02-23-2009, 12:42 PM
  2. question regarding outputting data to adobe flash
    By hoax464 in forum C++ Programming
    Replies: 1
    Last Post: 07-21-2008, 01:08 PM
  3. Data Compression
    By Ezerhorden in forum C++ Programming
    Replies: 5
    Last Post: 02-11-2006, 10:19 AM
  4. HUGE fps jump
    By DavidP in forum Game Programming
    Replies: 23
    Last Post: 07-01-2004, 10:36 AM