Menu

threads

Anonymous
2009-05-13
2012-11-23
  • Anonymous

    Anonymous - 2009-05-13

    Can I call multiple threads from within one CLIPS program? If not, do you know of any multi-threaded versions of CLIPS?

     
    • Gary Riley

      Gary Riley - 2009-05-15

      Section 1.3 in the Advanced Programming Guide, Threads and Concurrency, has information on what you can and can't do with multiple threads. Basically you can create multiple environments each running in its own thread, but you can't have multiple threads accessing a single environment.

       

Log in to post a comment.