[rules-users] Drools response time

2012-11-27 Thread elMateo
Dear all,

I need to develop an Expert System for a new project and I want to use
Drools, butI have some restrictions.

The most important restriction: response time of the application must be
less than one second. Also, the application access to one data base to
retrieve some information and send it to the expert systetm.

With this information, can anyone tell me, approximately, the response time
of  Drools? It is very important to can use Drools in this project. And we
like very much to use it. (We use in other projects without these
restrictions).

Thank in advance.

Best regards, Jesús.
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] Drools response time

2012-11-27 Thread Mauricio Salatino
Hi Jesus,
Well do you want us to include the response time for your Database?
The Drools Rule engine will keep all your facts inside the main memory
(RAM) so it will be fast, but if you need to retrieve data from your
database, you will need to take that into account. Depending on how you are
doing that and how much data do you want to bring will be the response
times.

Cheers


On Tue, Nov 27, 2012 at 3:06 PM, elMateo soyelma...@gmail.com wrote:

 Dear all,

 I need to develop an Expert System for a new project and I want to use
 Drools, butI have some restrictions.

 The most important restriction: response time of the application must be
 less than one second. Also, the application access to one data base to
 retrieve some information and send it to the expert systetm.

 With this information, can anyone tell me, approximately, the response
 time of  Drools? It is very important to can use Drools in this project.
 And we like very much to use it. (We use in other projects without these
 restrictions).

 Thank in advance.

 Best regards, Jesús.

 ___
 rules-users mailing list
 rules-users@lists.jboss.org
 https://lists.jboss.org/mailman/listinfo/rules-users




-- 
 - MyJourney @ http://salaboy.wordpress.com
 - Co-Founder @ http://www.jugargentina.org
 - Co-Founder @ http://www.jbug.com.ar

 - Salatino Salaboy Mauricio -
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] Drools response time

2012-11-27 Thread Lukáš Petrovický
Mauricio Salatino píše v Út 27. 11. 2012 v 15:11 +:
 Well do you want us to include the response time for your Database? 
 The Drools Rule engine will keep all your facts inside the main memory
 (RAM) so it will be fast, but if you need to retrieve data from your
 database, you will need to take that into account. Depending on how
 you are doing that and how much data do you want to bring will be the
 response times. 

Going low-level, your standard Oracle JRE / OpenJDK doesn't guarantee
response time. If it is a hard requirement to have timely responses,
you'll have to buy a real-time JRE from some commercial vendor.

Regards!

-- 
Lukáš Petrovický
QE Lead, JBoss Enterprise BRMS
Phone: +420 532 294 123
irc: lpetrovi, triceo

___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] Drools response time

2012-11-27 Thread elMateo
Thank for your response, Mauricio and Lukas!

BR, Jesús.


On Tue, Nov 27, 2012 at 4:17 PM, Lukáš Petrovický lpetr...@redhat.comwrote:

 Mauricio Salatino píše v Út 27. 11. 2012 v 15:11 +:
  Well do you want us to include the response time for your Database?
  The Drools Rule engine will keep all your facts inside the main memory
  (RAM) so it will be fast, but if you need to retrieve data from your
  database, you will need to take that into account. Depending on how
  you are doing that and how much data do you want to bring will be the
  response times.

 Going low-level, your standard Oracle JRE / OpenJDK doesn't guarantee
 response time. If it is a hard requirement to have timely responses,
 you'll have to buy a real-time JRE from some commercial vendor.

 Regards!

 --
 Lukáš Petrovický
 QE Lead, JBoss Enterprise BRMS
 Phone: +420 532 294 123
 irc: lpetrovi, triceo

 ___
 rules-users mailing list
 rules-users@lists.jboss.org
 https://lists.jboss.org/mailman/listinfo/rules-users

___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users