>   poe://session@/event

I like poe://session/event but agree that [EMAIL PROTECTED] makes more sense
than [EMAIL PROTECTED] however I don't think session@ is necessary since
poe:://kernel/event would make no sense anyway.

-----Original Message-----
From: Rocco Caputo [mailto:[EMAIL PROTECTED]
Sent: Friday, August 13, 2004 7:51 AM
To: [EMAIL PROTECTED]
Subject: Re: New PoCo Guidelines


On Tue, Aug 10, 2004 at 07:17:28AM -0700, David Davis wrote:
> I like POEx also.
>
> Philip:
> If you wanted to get a postback for a certain session/event you could do:
> ZipEvent =>
$kernel->ID_id_to_session($session_id)->postback('zip_event',@event_args),
>
> pretty ugly and would cause an error for a session that didn't exist
>
> I would like to suggest we use
> poe://session/event
> with an optional kernel param:
> poe://[EMAIL PROTECTED]/event

I don't like misusing URI fields like that.  If "kernel" is a process
address, it would be more appropriate to say

  poe://session@/event
  poe://[EMAIL PROTECTED]/event

Safari at least translates

  http:///      into http://localhost/
  http://moo@/  into http://[EMAIL PROTECTED]/

so there's precedent for this actually working.

--
Rocco Caputo - http://poe.perl.org/

Reply via email to