Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

textboards

Name: Anonymous 2007-06-05 17:49 ID:4Zp/Oh3P

I want to make my own textboard in C fastcgi using files instead of a sql database.
Does it sound like a good fast idea?

I just want it to be blazingly fast.

What do you think /prog/?

Name: Anonymous 2007-06-06 6:34 ID:k2H1dO/B

Use SQLite. Databases are just file libraries, implementing what you would implement by hand if you didn't have them. Most of them work in a client-server fashion, but embedded servers like SQLite work just like any other library, which happens to have a command interface called SQL. SQLite is like 250 KB, blazingly fast, and very easy to use.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List