<div dir="ltr">I have written an application that runs alongside an RT4 instance, and makes use of RT's Logger, db handle and session.<div><br></div><div>In moving from mysql to Oracle, I've run into a problem that after lodign a page from my app, the next  request, whether to my app, or RT,  hangs trying to get an exclusive lock on the session lock file that it had used without a problem on the previous request (and requests, if I start out clicking around in RT).</div>

<div><br></div><div style>I've determined that it is exclusive lock call by using strace.  I've also learned that while clicking through RT, and the first click into my app, the session lock file is file descriptor 11, but the request after hitting my app uses 13, but doesn't close 11, so it looks like my app is not untie-the session, but I'm relying on RT to tie/until the session - or so I think.</div>

<div><br></div><div>I'm sure that there's something that I've missed. Something that RT does that I've orverlooked, or some assumption I've made that is invalid.<br></div><div><br></div><div style>Can anybody tell me (why my autohandler might be causing RT to use a different fd despite using the same session id, and why it might not be correctly relinquishing the lock or the tied hash?  Or nudge me in the right direction?</div>

<div style><br></div><div style>Thanks,</div><div style>Len.</div><div><br clear="all"><div><br></div>-- <br>
<div dir="ltr"><a href="mailto:lenjaffe@jaffesystems.com" target="_blank">lenjaffe@jaffesystems.com</a>   <a href="tel:614-404-4214" value="+16144044214" target="_blank">614-404-4214</a>    @lenjaffe<div>Software Engineer, Founder<a href="http://www.volunteerable..com/" target="_blank"> Volunteerable</a>, Host of <a href="http://www.meetup.com/techlifecolumbus/" target="_blank">Columbus Code Jam</a></div>


<div><a href="http://www.lenjaffe.com/" target="_blank">www.lenjaffe.com</a>     <a href="http://www.theycomewithcheese.com/" target="_blank">http://www.theycomewithcheese.com</a><div><a href="http://www.lenjaffe.com/PerlAdventPlanet/" target="_blank">Perl Advent Planet</a> - Advent Calendars: Perlish and otherwise.<div>


<br></div></div></div></div>
</div></div>