Re: pengines extension to html_requires
Anne Ogborn <[email protected]>
| Newsgroups | gmane.comp.ai.prolog.swi |
|---|---|
| Message-ID | <[email protected]> |
Looking again at the pengines API, there is pengine_send and pengine_pull_response not to mention pengine_ask_around, and A pengine is comprised of: * A Prolog thread * A dynamic clause database, private to the pengine, into which other processes may assert clauses. These clauses reside in the module pengine_sandbox. * A message queue for incoming requests <-- how to use? * A message queue for outgoing responses <-- how to use? Must confess, I'm lost what many of these predicates do.