>On Tue, 17 Feb 2004, Joel wrote: > >The problem I had with Ikonboard was that it didn't do any file >locking...get two posts simultaneously and they'd stomp all over each >other. Shades of Matt's WWWBoard. Of course, that was a couple of >years ago, so it may have matured since then, and probably has. >
I think I know what you mean by stomping and given a DBM situation, I can see that happening. You'd have a problem with the bit of code that gets the next ID for an incoming post. There's a definite concurrency issue there if you don't have something intelligent. I do not know if they have resolved that. Using it with MySQL would eliminate such a problem given that the database is built to accomodate such a situation. (Insert two rows at the 'same time' and you'll still get two IDs from the database) For the record, we've only ever used it in a database. It just makes sense. --Joel (Let's see if my text wraps properly this time.) ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id56&alloc_id438&op=click _______________________________________________ Html-template-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/html-template-users