git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: ec9037d) | patch
Test code for shared memory message queue facility.
2014年1月14日 17:24:12 +0000 (12:24 -0500)
2014年1月14日 17:24:12 +0000 (12:24 -0500)
commit 4db3744f1f43554b03d8193da4645a0a5326eb18
Test code for shared memory message queue facility.

This code is intended as a demonstration of how the dynamic shared
memory and dynamic background worker facilities can be used to establish
a group of coooperating processes which can coordinate their activities
using the shared memory message queue facility. By itself, the code
does nothing particularly interesting: it simply allows messages to
be passed through a loop of workers and back to the original process.
But it's a useful unit test, in addition to its demonstration value.
contrib/Makefile diff | blob | blame | history
contrib/test_shm_mq/.gitignore [new file with mode: 0644] blob
contrib/test_shm_mq/Makefile [new file with mode: 0644] blob
contrib/test_shm_mq/expected/test_shm_mq.out [new file with mode: 0644] blob
contrib/test_shm_mq/setup.c [new file with mode: 0644] blob
contrib/test_shm_mq/sql/test_shm_mq.sql [new file with mode: 0644] blob
contrib/test_shm_mq/test.c [new file with mode: 0644] blob
contrib/test_shm_mq/test_shm_mq--1.0.sql [new file with mode: 0644] blob
contrib/test_shm_mq/test_shm_mq.control [new file with mode: 0644] blob
contrib/test_shm_mq/test_shm_mq.h [new file with mode: 0644] blob
contrib/test_shm_mq/worker.c [new file with mode: 0644] blob
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /