1 An overview of Pengines
AllApplicationManualNameSummaryHelp

  • Documentation
    • Reference manual
    • Packages
      • Pengines: Web Logic Programming Made Easy
        • An overview of Pengines
          • Pengine references
          • Pengine by examples
          • Making predicates available to clients
          • Mapping Prolog terms into JSON
          • Pengine settings

1.5 Pengine settings

Settings currently recognized by the Pengines library:

Name Type Default Description
max_session_penginesinteger1Maximum number of pengines a client can create. -1 is infinite
time_limitnumber60Maximum time between output (in seconds)
allow_fromlist(atom) [*]Specify allowed IP addresses
deny_fromlist(atom) [] Specify denied IP addresses. Applied after allow_from.