From: clayton c. <cc...@ca...> - 2001-04-12 19:16:54
|
Todd, > I haven't seen any discussion about inter-module communication in the > Roadmap or otherwise. Did anyone like my xml-rpc proposal? I think the > "alert" model (Clayton's term) or trigger model (sql term) should be handled > by xml-rpc. The receiving module would then handle it's own activities, > such as queing email for nightly transfer. The sending module would get > confirmation that the receiver model got the message and would proceed > accordingly. This keeps the responsibility of sending emails (let's say) in > the email module. > i think the thing im having a mental block with (not having looked at PHP XML-RPC implementations), is how the "triggering" works. is there a daemon running that handles the incoming requests, or are they handled pretty much like standard page requests ? -- clayton |