NAME

ObjStore::Process - ObjStore event loop integration

SYNOPSIS

ObjStore::Process->autonotify();

# store our process info
$$app{process} = ObjStore::Process->new($app);

# mainloop
ObjStore::Process->Loop();

DESCRIPTION

Experimental package to integrate ObjStore transactions with Event. Implements dynamic transactions.

Read the source, Luke!

AUTONOTIFY

Enables automatic dispatch of notifications. I'm still trying to come up with an appropriate buzz phrase. "Active Database" sounds pretty slick, but it would really warm my heart to hear people discuss the possibilities of an "Open Objects DataBus" as I walk by in the hallway!

DEADLOCK AVOIDANCE STRATEGIES

TODO

Research unix-style daemonization code default stderr/stdout redirect (or Tee) to /usr/tmp

SEE ALSO

Event, ObjStore