View Single Post

   
  #2 (permalink)  
Old 04-08-2008, 01:04 PM
DA Morgan
 
Posts: n/a
Default Re: How can a oracle table lock affect socket/thread handling ofOS

monty wrote:
> Hi All
> This is very strange kind of problem which i am facing since last few
> days. I have got two server running say 1st and 2nd. 1st server sends
> request to the 2nd server to execute some component. so 2nd server
> take that request, creates a thread in which it call correspoding
> component after that does same thing for all the requests. Now 1st
> server is firing so many requests one after another.In this process,
> Here the complete application is written in the C++. And
> everything is working fine. But now i have disabled the oracle table
> level lock to increse the performance. now if 1st server is sending
> 50
> request some(one or more;not fixed) requests are not read by 2nd
> server. and hence those requests are not processed.
> Here i am unable to find out how could a DB level change can
> effect the client server communication.
>
>
> Somebody please help me....it's very critical...
>
>
> Looking forward to get some responses.
>
>
> Thanks


And this unknown/unnamed component of a system running on an unknown
operating system using an unnamed DB of an unnamed version is doing
what?

If you are going to ask others to help you ... try to meet them half way.

And why is it you are locking an Oracle table again?
--
Daniel A. Morgan
University of Washington
damorgan@x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Reply With Quote