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

Provides a remote method invokation service for persistent objects. (I'm still trying to come up with an appropriate buzz phrase. "Active Database" will probably have to do, but it would really warm my heart to hear people discuss the possibilities of an "Open Objects DataBus". :-)

DEADLOCK AVOIDANCE STRATEGIES

TODO

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

SEE ALSO

Event, ObjStore