Hi,

While developing on memory query cache on pgpool-II, I need a hash
table implementation on shared memory to manage cache entries. As far
as I know, most OSS implementation is not for shared memory, which
requires fixed size of memory storage. Importing PostgreSQL's
dynahash.c is an option of course, but I think it will require lots of
work, which may not worth the trouble.

Any suggestion will be welcome.
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese: http://www.sraoss.co.jp
_______________________________________________
Pgpool-hackers mailing list
Pgpool-hackers@pgfoundry.org
http://pgfoundry.org/mailman/listinfo/pgpool-hackers

Reply via email to