Skip to content
Jan Wielemaker edited this page Jun 1, 2016 · 1 revision

Currently the Pengine produces lists of answer rows. Each list represents a chunk. The cells in an answer row a raw Prolog terms and notably may contain attributed variables. The actual rendering of an answer happens in the HTTP frontend, i.e., in another thread.

Probably we must do a copy_term/3 immediately after generating an answer and make the list of compounds holding the plain term and the residual goals.

Clone this wiki locally