Manuel Gutierrez Algaba wrote
>Hmmm, I think there are Lisp interpreters written in Java. So perhaps you can 
>bridge between them:
>CLOS --socket sending Lisp instructions ---> lisp interpreter in Java -- 
>sending instructions to Jess withing java calls --> jess
>
>other options are using :
>CLOS generates Jess (CLIPS) instructions it sends to a socket --> java socket 
>feeds it to Jess --> it sends output to a filtering tool (perhaps directly to 
>CLOS).
>
>Socket based approach has the advantage of distributed computing if the LAN 
>is fast enough and the CPU load tends to be high ( for example big model with 
>thousands of facts). 

Hi Manuel,

Well, possibly. But sending a socket request for every separate fact
in the knowledgebase you need to look up and pass to the Jess
reasoning engine sounds slow to me, compared to what we want to do.
That is, I'm not just worried about passing instructions - its getting
the huge amount of data to the Jess engine on-the-fly so it can reason
over them that I'm worried about.

We will have one huge Lisp image in the 64 GB of RAM (later 256 GB) on
our one big server, an IBM eSeries p690. Our lab chief, Dr. Larry
Hunter, is an old-time east coast computer scientist/Lisp hacker, and
he's hired Franz Lisp to write a 64-bit version of their Common Lisp
to run under AIX on this machine, with its 8 processors, so we can
address the full RAM memory. I think we want something that can access
CLOS objects directly, make additions to the knowledgebase more
directly. Does that sound reasonable?

 Ron

  ---------
  //=\     Ronald Taylor                           Phone: (303) 315-1091
  \=//     Director of Gene Expression Analysis    Fax:   (303) 315-1089
   //=\    Center for Computational Pharmacology
   \=//    University of Colorado School of Medicine, room 2633
    //=\   Dept of Pharmacology, Campus Box C236
    \=//   4200 E Ninth Ave
     //=\  Denver CO 80262                Email: [EMAIL PROTECTED]
  -----------------------------------------------------------------------


--------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the list
(use your own address!) List problems? Notify [EMAIL PROTECTED]
--------------------------------------------------------------------

Reply via email to