Not that I&#39;m aware of (although the general &quot;performance&quot; topic comes up on this forum from time-to-time, so other users may report back).<br><br>Obviously performance of rules depends on how complex they are; and whether you then optimise them - much like &quot;how many SQL queries can RDBMS xyz execute per second&quot;<br>
<br><div class="gmail_quote">On 27 April 2011 11:52, Sumeet Karawal <span dir="ltr">&lt;<a href="mailto:sumeet.karawal@tcs.com">sumeet.karawal@tcs.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
<br>
Thanks Michael for the help. But, is there any benchmark or a rough figure<br>
like number of hits or number of rule fired per minute, for normal<br>
performance.<br>
<br>
Regards,<br>
<div class="im">Sumeet Karawal<br>
<br>
Mailto: <a href="mailto:sumeet.karawal@tcs.com">sumeet.karawal@tcs.com</a><br>
<br>
<br>
<br>
<br>
</div>  From:       Michael Anstis &lt;<a href="mailto:michael.anstis@gmail.com">michael.anstis@gmail.com</a>&gt;<br>
<br>
  To:         Rules Users List &lt;<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a>&gt;<br>
<br>
  Date:       04/27/2011 04:13 PM<br>
<br>
  Subject:    Re: [rules-users] Drools Performance<br>
<br>
  Sent by:    <a href="mailto:rules-users-bounces@lists.jboss.org">rules-users-bounces@lists.jboss.org</a><br>
<div><div></div><div class="h5"><br>
<br>
<br>
<br>
<br>
<br>
If you use a stateless session per transaction you should generally be OK.<br>
<br>
How much lag you&#39;re likely to encounter is a much harder question to<br>
answer: how well does your database retrieval scale, would this present an<br>
issue before the rules engine?<br>
<br>
The rules engine is &quot;just a POJO library&quot; the overall scalability would IMO<br>
depend upon your application&#39;s architecture.<br>
<br>
On 27 April 2011 11:27, Sumeet Karawal &lt;<a href="mailto:sumeet.karawal@tcs.com">sumeet.karawal@tcs.com</a>&gt; wrote:<br>
<br>
  Hi,<br>
<br>
  I have an Application where I have to give the discount to user according<br>
  to their profile points.<br>
<br>
  i.e. when the user logs in, his profile points are fetched from the<br>
  database, and respectively he is given the required discount.<br>
<br>
  My concern is how many concurrent users will be supported by the rules<br>
  engine, will there a performance lag if the concurrent number of users<br>
  exceed a certain limit. Please help me on this as I have no idea<br>
  regarding<br>
  this.<br>
<br>
  Thanks and Reagrds,<br>
  Sumeet Karawal<br>
<br>
  Mailto: <a href="mailto:sumeet.karawal@tcs.com">sumeet.karawal@tcs.com</a><br>
<br>
  =====-----=====-----=====<br>
  Notice: The information contained in this e-mail<br>
  message and/or attachments to it may contain<br>
  confidential or privileged information. If you are<br>
  not the intended recipient, any dissemination, use,<br>
  review, distribution, printing or copying of the<br>
  information contained in this e-mail message<br>
  and/or attachments to it are strictly prohibited. If<br>
  you have received this communication in error,<br>
  please notify us by reply e-mail or telephone and<br>
  immediately and permanently delete the message<br>
  and any attachments. Thank you<br>
<br>
<br>
<br>
  _______________________________________________<br>
  rules-users mailing list<br>
  <a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
  <a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
<br>
<br>
<br>
=====-----=====-----=====<br>
Notice: The information contained in this e-mail<br>
message and/or attachments to it may contain<br>
confidential or privileged information. If you are<br>
not the intended recipient, any dissemination, use,<br>
review, distribution, printing or copying of the<br>
information contained in this e-mail message<br>
and/or attachments to it are strictly prohibited. If<br>
you have received this communication in error,<br>
please notify us by reply e-mail or telephone and<br>
immediately and permanently delete the message<br>
and any attachments. Thank you<br>
<br>
<br>
<br>
_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
</div></div></blockquote></div><br>