Am 21.09.2009 um 06:50 schrieb Roger Gilliar:

>
> 2.)  I modify the code like this:
>
> (if cache
>       (cache-message content)
>       (if (mesage-cache-agent-is-running)
>               (send-of *message-cache-agent* send-last-message-with 
> content))))
> )
>
---------------------------
This will not work, since it could happend that  cached message are  
sent after the normal message process is started.

Regards
   Roger

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to