Trying SQLite and lighttpd

I have my site set up with Debian, Apache, and I'm using adamgent's MySQL server because I found it bogged my Linode down too much if I ran my own.

Now I'm wondering if the site wouldn't run better on SQLite and lighttp. But I don't want downtime while I'm transitioning. So which would be better:

  • Buy another Linode and set it up there

  • Run lighttpd on another port and test it on the current linode.

1 Reply

Got VMware Workstation? Could test it with similar parameters as the Linode – memory, HD size, same distro, etc.

It won't be precisely the same, but it'll be pretty close, and do what you seek for testing purposes. Also helps with jotting down exact step by step to minimize the downtime for when it's done to the actual Linode.

(As an alternative to VMware, there's always Bochs, QEMU, or running it on an actual Linux box.)

Failing that, run lighttpd on another port and test would probably be better. I've run it once, and really is tiny and quick.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct