fud forum msg storage [message #16853] |
Tue, 24 February 2004 16:56 |
oblomov
Messages: 12 Registered: February 2004
Karma: 0
|
Junior Member |
|
|
Hi,
if I got it right fudforum store msg bodies in a singel flat file in the "message" directory rigth?
why was this choiche made? (it's not better the sql server?)
which are the functions/classes managing msg storage? where are they? is there a developers documentation?
Thanks
|
|
|
Re: fud forum msg storage [message #16855 is a reply to message #16853] |
Tue, 24 February 2004 17:49 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
As to why this is done, search the forum archives, this has been explained many times. The source code for the interaction with the file is found inside fileio.inc.t
FUDforum Core Developer
|
|
|
|
Re: fud forum msg storage [message #16861 is a reply to message #16859] |
Tue, 24 February 2004 19:29 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
All messages are stored inside a single file at this point in time. As far as posting messages from external application look at imsg_edt.inc.t and maillist.php & nntp.inc/nntp.php for real life applications that do so.
FUDforum Core Developer
|
|
|