in

EQDiva

Bards of Everquest
Latest post 02-13-2003 1:56 AM by Lyrika. 4 replies.
Page 1 of 1 (4 items)
Sort Posts: Previous Next
  • 09-02-2002 1:59 PM

    • Kocho
    • Top 10 Contributor
      Female
    • Joined on 09-01-2002
    • Colorado Rockies above Boulder
    • Posts 17
    • Points 14,680

    These Forums - We have control!

    First, read the "Best Practices" thread, I explain how these forums were built. Secondly, I am not using a program, or paying a commercial Forum company like EZBoards or phpBB or vBulletin to use the forums. I have full control over the code, and can integrate it into the site, unlike EZBoards. Forums have many similarities, so you will see forums that look like this one. You probably won't see one that can integrate within the site so well. You might see other .NET forums running the same base code, its open source, with which developers can do whatever they want with. Having said that, we basically can do whatever we want with these forums. Before you get too gungho, other forums have been around a long time, so I probably won't be adding advanced features that would take me months to build. This is an Everquest site, not a Forum commercial site. So, sorry to say, but no spell checking capabilities. Even if I implemented it, I'd be worried about the performance. So, if you see anything that you'd really like to see in the forums, you can let me know and I'll look into it.
    • Post Points: 20
  • 09-04-2002 7:20 AM In reply to

    • Elegy
    • Not Ranked
    • Joined on 09-02-2002
    • Posts 0
    • Points 0

    Re: These Forums - We have control!

    If the web browser sends the following header (gzip is what your looking for): HTTP_ACCEPT_ENCODING gzip, deflate Consider holding on to the results of the page until you have finished generating it, compress it with gzip and serve that to the web browser. You can drastically cut down on bandwidth consumed at the cost of cpu load, and some performance decrease.
    • Post Points: 20
  • 01-03-2003 6:48 PM In reply to

    • Anulien
    • Not Ranked
    • Joined on 12-31-2002
    • Posts 0
    • Points 0

    Re: These Forums - We have control!

    I have attempted to implement the gzip enconding on apache and was not terribly happy with it. Was all fun and dandy till you start watching your process list and seeing an actual significant increase on the load during peak. Is more useful with static sites. The tiny extra bandwidth saved is not worth the implementation imho for this site.
    • Post Points: 20
  • 02-13-2003 1:56 AM In reply to

    • Lyrika
    • Not Ranked
    • Joined on 01-24-2003
    • Posts 0
    • Points 0

    Re: These Forums - We have control!

    I don't know about that... I personally have had zero problems integrating the module in Apache - and generally, binary tree compression algorythms can get upwards of 8:1 on the average with "text files." Even on co-located bandwidth, a savings of HALF would be worth doubling the CPU load of most servers =) Lyrika
    • Post Points: 5
Page 1 of 1 (4 items)
©2001-2008 EQDiva.com
Powered by Community Server (Non-Commercial Edition), by Telligent Systems