in reply to Net::Distributed

A few things I am still thinking about.

TTL services

I want to provide TTL services (i.e. give a message a certain time in hops to live). I can see three ways:

Any ideas would be welcome.

Handler exports

Handlers export methods by default. This is a bit naughty, but quite helpful. However, what if I want to override an existing method (e.g. a handler which wants to use internal_processing to do something)? Should the main internal_processing method automatically call hooks to the handlers? Or...?

Watch this space for Net::Distributed::Space... although I am a bit discouraged by the response so far. I get more replies for my dumb questions!

dave hj~