Jonas Eckerman wrote:

> I do not consider my plugin "nice" since it uses DBI in such an unoptimized 
> way.

I did optimize it slightly yesterday, so maybe I do consider it almost nice 
now. :-)

> It really should use a prepared statement

Now it does this.

It probably should use the DELAYED keyword When used with MySQL and MyISAM 
tables.

And optionally this as well.

> It should be made faster using INSERT with fallback to UPDATE

But not this.

It's good enough for me now (except for some cleanup), so I'm not going to 
spend any more time on optimizing it myself, but suggestions from others are 
not unwelcome.

Regards
/Jonas
-- 
Jonas Eckerman, FSDB & Fruktträdet
http://whatever.frukt.org/
http://www.fsdb.org/
http://www.frukt.org/

Reply via email to