that didn't seem to work either.

When setting the forum to be schema specific by setting the prefix in config.php to "schemaname." The main page of the forum works but no one can post. The error I get is unable to fetch user post count data".

Postgresql 8.01 on freebsd 5.3

4

(3 replies, posted in PunBB 1.2 discussion)

Memcache works great. It allows users to not have to focus all their energy into the db. For most pages you wouldn't even need to hit the DB at all if you have it done right. Also there is a module for PostgreSQL called PgMemcache. What it does is use triggers to speak to the cache to invalidate data when the row for that data has changed. Using that method we can make sure that the information in the cache is up to date.

You can find PgMemcache at http://people.freebsd.org/~seanc/pgmemcache/

5

(3 replies, posted in PunBB 1.2 discussion)

Anyone?

6

(3 replies, posted in PunBB 1.2 discussion)

I'm looking to switch from vbulletin to punbb mostly because I'm moving from mysql to postgresql. I'm wondering if anyone can link me to their punbb install using postgresql. Also has anyone put a lot of graphics into their punbb layout? Would anyone be interested in a memcached module for punbb?

Thanks.