<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
Hi,<br><br>I have to compute the gravity of a debt according to a set of rules organized in a ruleflow. I will have to process about ten thousands debts every minute.<br>There is no dependency between the debts. All the rules are applied to one debt.<br><br>What is the best strategy?<br><br>- Insert all the debts, and start the ruleflow process<br> or<br>- (Insert one debt, start the ruleflow process) for each debt<br><br>Another question:<br><br>If a rule "r1" in the ruleflow group "rfg1" is fired on a debt "d1", can a second rule "r2" in the same ruleflow group be fired on the same debt "d1"?<br><br /><hr />Discutez gratuitement avec vos amis en vidéo ! <a href='http://www.windowslive.fr/messenger/' target='_new'>Téléchargez Messenger, c'est gratuit !</a></body>
</html>