Not sure if this should be in the DB/XML sections but ...
I want to knit a lightweight message board (like this forum but trimmed down in functionality) into my site. I know I can get one off the shelf pretty cheap but for various reasons dont want to go down that road. My question is what is the best way of going about this? (how do people normally do it? if there is a normal way?)
I want users to be able to post messages hundreds of characters long and so my instinct tells me to persist their posts in separate files rather than in the DB (SQLserver) and reference the files from DB keys. And if using files, should they be individual text files, individual XML files, or grouped in XML files with schema?
Am I way off the mark here?
Any comments, pointers would be most appreciated.
Thanks in advance
Vic
I want to knit a lightweight message board (like this forum but trimmed down in functionality) into my site. I know I can get one off the shelf pretty cheap but for various reasons dont want to go down that road. My question is what is the best way of going about this? (how do people normally do it? if there is a normal way?)
I want users to be able to post messages hundreds of characters long and so my instinct tells me to persist their posts in separate files rather than in the DB (SQLserver) and reference the files from DB keys. And if using files, should they be individual text files, individual XML files, or grouped in XML files with schema?
Am I way off the mark here?
Any comments, pointers would be most appreciated.
Thanks in advance
Vic