I thinking about coding a chat with sqlite. You know the most hosts not
allow you to use chats or something that way, because they write and read
to often data from mysql database.

So my thought is to make a chat which use forums software mysql tables for
user data, but writes and read chat text from sqlite database. As the chat
content get pruned after some time, the database can't grow big. So the
insert and selects should be fast.

But would that work? What do you think?

I'll like to write that for phpBB3 and wbb2 to replace the current chat
from my forum and also replacings wbb2 stinky chat system xD.

With best wishes

Artur Reilin
sqlite.yuedream.de
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to