summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-08-05 15:44:35 +0200
committerYorhel <git@yorhel.nl>2009-08-05 15:44:35 +0200
commit4cb49d6a28a0392fbd9a50c39a350ce3cf4b5521 (patch)
treed040956bd4547bc6e7f547065f8e502f751903db /util
parente8a58a755ad484a07da3832651cbce18a602bf4d (diff)
Removed last traces of the shared memory processing queue
Everything has now finally been converted to use the PgSQL LISTEN/NOTIFY feature. This commit removes the last Tie::ShareLite dependency.
Diffstat (limited to 'util')
-rwxr-xr-xutil/vndb.pl8
1 files changed, 0 insertions, 8 deletions
diff --git a/util/vndb.pl b/util/vndb.pl
index 8a9a83e5..455a1c23 100755
--- a/util/vndb.pl
+++ b/util/vndb.pl
@@ -36,7 +36,6 @@ YAWF::init(
namespace => 'VNDB',
object_data => \%S,
pre_request_handler => \&reqinit,
- post_request_handler => \&reqdone,
error_404_handler => \&handle404,
);
@@ -58,13 +57,6 @@ sub reqinit {
}
-sub reqdone {
- my $self = shift;
- $self->dbCommit;
- $self->multiCmd;
-}
-
-
sub handle404 {
my $self = shift;
$self->resStatus(404);