IPP> machine readable etc. - why Harry is right

IPP> machine readable etc. - why Harry is right

Herriot, Robert Robert.Herriot at pahv.xerox.com
Tue Aug 22 16:39:24 EDT 2000


There is a simple extension to "ippget" that does what Harry wants. I'll
call the solution "ippgetw" for "ipp get and wait"

1. The user subscribes for this Delivery Method in the same way as for
"ippget" but instead uses the "ippgetw" scheme in the
"notify-recipient-uri". 

2. The Subscription tells the Printer what Events the listener is interested
in.  

3. The client obtains the Event Notifications by performing the
Get-Notifications operation with the same URL as in the
"notify-recipient-uri". This is just like "ippget" except that Event
Notifications keep coming in the response.

4. The Printer performs the Get-Notifications operation as follows
    a) it finds all Subscriptions associated with the specified 
       "notify-recipient-uri" (like "ippget").  
    b) it returns all Event Notifications that it is holding for the 
       specified Subscription objects (like "ippget"). This means that 
       the client doesn't miss any events between the time of Subscription
       and the Get-Notifications operation. This step could be omitted
       if it is OK to lose Event Notifications when the client is not
       performing the Get-Notifications operation.
    c) it returns Event Notifications as they occur (unlike "ipp-get").

5. The Get-Notifications operation terminates in the following ways:
    a) the client closes the connection. The Printer continues to save
       Event Notifications as specified in step 4b) until all Subscriptions
       associated with the "notify-recipient-uri" are canceled. 
    b) the Printer closes the connection when there are no longer any
       Subscription Objects for the specified URL (in 
       "notify-recipient-uri"), e.g. when a Job completes and associated
       Subscription Objects are removed.
    c) a time-out or failure occurs. The actions are the same as step 5a.

Note: unlike "ippget", the Printer doesn't need to return
"suggested-ask-again-time-interval" or "begin-to-expire-time-interval"
because the client performs the Get-Notification operation as soon as
possible. But according to step b), the Printer does keep Event
Notifications for a short period of time, at least when there is no
connection open.  The Printer need not keep Event Notifications after it
sends them if there is no requirement for two clients to use the same value
of "notify-recipient-uri" and no requirement for a client to get lost Event
Notification by reopening the connection.



More information about the Ipp mailing list