Recommended Posts

Please don't flame....but I did hear rumors at one point that some big sites switching to using vbulletin forums because of the server issues.

Don't know if thats true?

My personal opinion is to do away with all uploads to the neowin servers and make everything be hotlinked.

Honestly because I am a subscriber and do support neowin I keep the ad server adblocked by firefox and I almost never get server errors. Don't know if that is related or not?

Please don't flame....but I did hear rumors at one point that some big sites switching to using vbulletin forums because of the server issues.

Actually thats one of the reasons why we switched from VB to IPB back in 1.0 and 1.1

Don't know how IPB 2.0 holds up when compared to VB 3.0, but I'm sure its still better. The servers would come to a hault completely when VB was on here.

Actually thats one of the reasons why we switched from VB to IPB back in 1.0 and 1.1

Don't know how IPB 2.0 holds up when compared to VB 3.0, but I'm sure its still better. The servers would come to a hault completely when VB was on here.

585840564[/snapback]

Actually I did know that NW switched from VB to IPB a long time ago. I just wonder what the comparisons are between IPB 2 and VB 3 in terms of server relibility?

.......

My personal opinion is to do away with all uploads to the neowin servers and make everything be hotlinked.

Honestly because I am a subscriber and do support neowin I keep the ad server adblocked by firefox and I almost never get server errors.  Don't know if that is related or not?

585840047[/snapback]

Much agreed. Hotlink everything and reduce the size of any posted images/elimate entirely

I been trying to access neowin for the last 10 minutes

I still say lock the forums to guests and disable image uploading

wtf.JPG

585862086[/snapback]

i think locking the forums to guests is a pretty drastic move for neowin, especially since it's trying to encourage a bigger better community.

disabling image uploading is probably the best method.

edit: and this is another problem. it shouldn't quote images.

Another thing, to keep the HTTP response headers low in size, you can always remove a few headers ->

http://checkmyip.info returned:

0. HTTP/1.1 200 OK

1. Date: Mon, 02 May 2005 22:38:37 GMT

2. Server: Apache

3. Connection: close

4. Content-Type: text/html

http://neowin.net returned:

0. HTTP/1.1 200 OK

1. Date: Mon, 02 May 2005 22:40:06 GMT

2. Server: Apache/1.3.33 (Unix) mod_gzip/1.3.26.1a mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.3.10 mod_ssl/2.8.22 OpenSSL/0.9.7a

3. X-Powered-By: PHP/4.3.10

4. Set-Cookie: neolite=deleted; expires=Sun, 02-May-04 22:40:05 GMT

5. Set-Cookie: main_theme=blue; expires=Tue, 02-May-06 22:40:06 GMT; path=/

6. Set-Cookie: set_id=4; expires=Tue, 02-May-06 22:40:06 GMT; path=/

7. Connection: close

8. Content-Type: text/html

You could hide the X-Powered-by header (In php.ini, you have the option to remove this, set expose_php = Off)

And you can aswell lower the Server (SERVER_SOFTWARE) header by entering ServerTokens Prod (Prod[uct] only) in httpd.conf ;)

Let's start blaming people for Neowin's supposed slowness :rolleyes:

Your high post count would increase the size of the database more than his hotlinking to images on other servers  :sleep:

By the way, I have not seen a server is busy error in well over 6 months now.

585839688[/snapback]

Geez. Why are you always so cranky? He was just pointing out that some people's sigs are part of the problem. Guess what? He's right.

Eta: I see server is busy messages here every few days.

i think locking the forums to guests is a pretty drastic move for neowin, especially since it's trying to encourage a bigger better community.

disabling image uploading is probably the best method.

edit: and this is another problem. it shouldn't quote images.

585862769[/snapback]

So delete the image when you quote. Isn't difficult. ;)

How about just switching from hosting to your own server? If Neowin has 3 servers and each is $400/month, that's $1200/month total.

Neowin could get Verizon FTTP 30mbit for $200/month and lay down ~$3000 for 3 servers and the servers would pay for themselves as opposed to be previous system.

Geez. Why are you always so cranky? He was just pointing out that some people's sigs are part of the problem. Guess what? He's right.

Eta: I see server is busy messages here every few days.

585864735[/snapback]

Sigs aren't a problem. They are remotely hosted... unless they were uploaded as an attachment and then that would be a problem. If you see sigs hosted on Neowin... inform us and we will remove them.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Not even an OLED display on the laptops. Also it seems that the laptop design isn't the same as the Surface Ultra model. Looks like bargain bin at high prices.
    • VirtualBox 7.2.10 by Razvan Serea VirtualBox is a powerful x86 and AMD64/Intel64 virtualization product for enterprise as well as home use. Targeted at server, desktop and embedded use, it is now the only professional-quality virtualization solution that is also Open Source Software. Presently, VirtualBox runs on Windows, Linux, macOS, and Solaris hosts and supports a large number of guest operating systems including but not limited to Windows (NT 4.0, 2000, XP, Server 2003, Vista, 7, 8, Windows 10 and Windows 11), DOS/Windows 3.x, Linux (2.4, 2.6, 3.x, 4.x, 5.x and 6.x), Solaris and OpenSolaris, OS/2, OpenBSD, NetBSD and FreeBSD. Some of the features of VirtualBox are: Modularity. VirtualBox has an extremely modular design with well-defined internal programming interfaces and a client/server design. This makes it easy to control it from several interfaces at once: for example, you can start a virtual machine in a typical virtual machine GUI and then control that machine from the command line, or possibly remotely. VirtualBox also comes with a full Software Development Kit: even though it is Open Source Software, you don't have to hack the source to write a new interface for VirtualBox. Virtual machine descriptions in XML. The configuration settings of virtual machines are stored entirely in XML and are independent of the local machines. Virtual machine definitions can therefore easily be ported to other computers. VirtualBox 7.2.10 changelog: VMM: Fixed issue when CentOS 10 VM was not booting due to the message "Fatal glibc error: CPU does not support x86-64-v3" (​github:gh-642) Devices/EFI: Fixed booting issue when ARM VM had less than 1024 MiB of RAM assigned (​github:gh-679) USB: Fixed issue when it was not possible to attach USB device to headless VM on Apple Silicon/macOS 26.4.1 (​github:gh-631) Storage: Fixed issue when VIRTIO-SCSI device was not recognized as SSD device by guest system (​github:gh-634) Network: Fixed issue in E1000 emulation code which triggered debug log creation (​github:gh-645) Network: Fixed issue in E1000 emulation code which prevented OS/2 guest from booting (​github:gh-683) Linux Host: Fixed issue when VMs could not be started due to kernel oops (​github:gh-639) Linux Host and Guest: Fixed issue when kernel modules were failing to build with openSUSE 16.0 kernel Linux Host and Guest: Added initial support for kernel 7.1 Linux Host and Guest: Added extra fixes for RHEL 9.8 kernel (​github:gh-676) Linux Host and Guest: Added possibility to build source code using NASM instead of YASM as the assembler (​github:gh-520) Linux Guest Additions: Added initial support for Extended Data Control Protocol for clipboard sharing with Plasma on Wayland guests (​github:gh-33) Linux Guest Additions: Added extra fixes for preventing vboxvideo kernel module build with kernel version 7.0 and newer (​github:gh-655) OS/2 Guest Additions: Fixed issue when Shared Folders automount and clipboard sharing stopped working (​github:gh-551) Download: VirtualBox 7.2.10 | 170.0 MB (Open Source) Download: VirtualBox 7.2.10 Extension Pack | 19.1 MB View: VirtualBox Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • OK, now ask yourself how are they going to enforce that law? By requiring every single adult to prove their age and provide their legal identity documents to an UNREGULATED 3rd party company that already has a long track record of multiple data breaches. Not to mention, parliament have voted AGAINST this ban, twice, and Starmer is going ahead anyway. So, where's the democracy here, because that looks like dictatorship to me. The solution here is parental responsibility, not government control. Run some public service announcements on TV and UK social media teaching parents how to setup parental controls. That's already been proven to actually work. But the, this is not and has NEVER been about keeping kids safe. It's about control and monitoring. Watching what you're doing online and controlling what you can see and what you can say.
    • Interesting read. I knew the adware was quite controversial at the time, however never realised to the point The Guardian wrote an article about Patchou. I just said no and enjoyed his creation, I’d probably be a lot more wary of something like that today though.
  • Recent Achievements

    • One Month Later
      Prasann earned a badge
      One Month Later
    • Week One Done
      Prasann earned a badge
      Week One Done
    • First Post
      Dys Topia earned a badge
      First Post
    • Collaborator
      vjlex earned a badge
      Collaborator
    • Reacting Well
      Dys Topia earned a badge
      Reacting Well
  • Popular Contributors

    1. 1
      +primortal
      525
    2. 2
      +Edouard
      180
    3. 3
      PsYcHoKiLLa
      105
    4. 4
      Steven P.
      89
    5. 5
      ATLien_0
      70
  • Tell a friend

    Love Neowin? Tell a friend!