<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
<BR>&nbsp;<BR>
<DIV id=SkyDrivePlaceholder>Hi all:</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp; I had a phwebserver go nuts yesterday. It was consuming 98% of the CPU for 10 minutes.</DIV>
<DIV>&nbsp;The log didn't tell me much.</DIV>
<DIV>&nbsp;The program that was running&nbsp;has a procedure POSTUPDATE with some accepts and a defer linkpage in it ( no LOCAL option).</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;In this scenario when will the UPDATE transaction be commited?</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;I am temped to place a COMMIT UPDATE just before the accepts just because I don't want the transaction open</DIV>
<DIV>&nbsp;while users are entering data.</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;Another possiblity would be to place the accepts and&nbsp;the defer linkpage&nbsp;in a designer procedure and PUSH the</DIV>
<DIV>&nbsp;designer procedure from the POSTUPDATE thus causing the UPDATE transaction to commit.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks,</DIV>
<DIV>Peter</DIV>
<DIV>&nbsp;</DIV>                                               </body>
</html>