Jump to content

rct2·com

Clients
  • Posts

    4,239
  • Joined

  • Last visited

  • Days Won

    8

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by rct2·com

  1. I can't seem to be able to get PHP 5.2.10 on Debian/ubuntu, I can only get 5.2.6 :(



    One of the joys of choosing a Linux distribution. They only update after testing has completed. You can probably find a newer PHP version somewhere, indeed you could always download the source code and compile it, but it's not in the official repositories yet.
  2. I don't use an accelerator either. I think if lighttpd has worked for you, there is absolutely no reason to consider changing it. I think my message is that it really is not possible to give a definitive answer to your question. You have ideas of what works for you and your server load/visitor profile, my config works for me.

    I manage with 1/8th of your memory, slow disks, and much slower processor, and only a 10mbit uplink. Peak concurrent visitor numbers are about 1/3rd of yours. But getting the optimal performance has involved months of tweaking Apache and MySQL configuration parameters.

  3. Configuring Apache is a black art IMO. I have seen servers killed because of just one directive in the httpd.conf file. There's a balance to be drawn between how many processes should be allowed to exist concurrently, how long each thread should be allowed to keep alive, how many connections each process should serve, the amount of memory per process, etc, etc.

    A lighter web serving process such as lighttpd kind of 'hides' these issues, but if your server became uber busy it would eventually suffer the same slowness that can be attributed to badly tuned Apache.

  4. You seem to have started by asking some questions, then ignored the answers and told us what you've chosen in any case!

    PHP does seem to be having security issues, and updates are issued on a regular basis.

    I guess what you use really depends on what you are able to support yourself, and what your host is prepared to support.

    Personally I run CentOs 5.3 with yum updating every week or so. I use Apache not lighttpd, amd MySQL 5.0.X.

    At the end of it all though, performamnce isn't really down to just the software levels, its down to the tuning that you then do to suit the specification and workload of your server.


  5. well then dont turn it on !! OMG !!



    Allow others who might need it to have 5 revisions MAX and they have to be manually enabled, per forum and then per topic from the end-user !!



    so the important topics are stored in one table which should be backed up rather than the whole database OMG !



    OMG OMG OMG !!




    All this can also be achieved with a backup script outside of IPB.
  6. If the only purpose it serves is to have a backup, then I don't see the point. Will it be in the same database as the main board, so that when I run my daily backup, it will be twice the size it normally is and take twice as long to produce?

    There already is a 2-phase 'trash can' capability so that topics/posts that are deleted aren't really deleted, they are moved to another forum.

  7. All this weekend, I have almost literally been tearing my hair out trying to debug a problem with an app I've been developing for IPB3. A debug statement in the top of index.php to var_dump($_GET) said that it was empty, but it turns out that it wasn't. That's an Apache/PHP bug/problem I think. It turns out that the root cause of my problem was that I hadn't got my code and folder structure quite correct, so that IPB couldn't find my application's executable code. Because of this, it was defaulting to the root URL for the board.

    It would have been nice [and I would have slightly more hair] if IPB3 had given a warning message stating that although the application was registered in AdminCP, it couldn't work out which code to execute. Perhaps this type of warning could be given only if IN_DEV mode is switched on?

  8. I know the Watched Content panel is semi-official, an example of a 'hook', but it would be nice if there was some kind of order to the Watched Topics.

    IMO, it would be best if the first in the list was the one that had most recently had a post added. Currently, the dates on my watched topics at this site in that sidebar are:

    Feb 26 2009 06:41 PM
    Jul 03 2005 02:17 PM
    Mar 14 2009 04:29 PM
    Jul 31 2005 11:01 PM
    Feb 27 2009 01:09 PM
    Jul 01 2005 02:42 PM
    Oct 26 2004 09:07 AM
    etc..

    I applaud InVision for not automatically deleting subscriptions to old topics, they are great to have as pseudo bookmarks and references to valuable information here, but right now in Watched Content, they are 'polluting' the listings.

  9. I'm kind of expecting InVision to continue support for IPB2 for a while, and waiting for an announcement on this. A lot of customers seem to like their mods and these are going to need serious review and changes to work with IPB3. For those who think they will still want to mod the actual code, then they still don't have their hands [officially] on unencoded source yet.

    And there are those who are tied into hosts who are resistant to upgrading their servers to run PHP5, required by IPB3.

  10. Additionally to those who just wont upgrade, there are those that can not (many many businesses and government offices) which end up being a large number of people during the work day.



    That's OK, let them rot. They should be concentrating on governing and planning us out of this economic crisis and not visiting your site. :)
×
×
  • Create New...