NeilF has asked for the wisdom of the Perl Monks concerning the following question:
My current forum uses flat text files and reads/writes the entire file when adding a new message.
I'd like to look into using fixed length files for indexes etc for faster and more efficient data handling.
I've searched, googled and even downloaded example forums, but cannot see examples.
Can anyone point me to some example of good record handling - eg using seek etc to only update the records required. If its code specifically for a forum all the better!!!
Edited 1 Jan 2006, by footpad: Added basic formatting tags.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: After a good example of efficient record handling...
by chromatic (Archbishop) on Jan 01, 2006 at 21:49 UTC | |
|
Re: After a good example of efficient record handling...
by holli (Abbot) on Jan 01, 2006 at 23:37 UTC | |
by NeilF (Sexton) on Jan 01, 2006 at 23:47 UTC | |
|
Re: After a good example of efficient record handling...
by TedPride (Priest) on Jan 02, 2006 at 09:23 UTC | |
| A reply falls below the community's threshold of quality. You may see it by logging in. |