If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > Locks Exceeding on the Server

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-29-04, 16:10
rama_ryali rama_ryali is offline
Registered User
 
Join Date: Sep 2004
Posts: 6
Locks Exceeding on the Server

I have a situation where one of our clients are encountering the problem where too many Locks are acquired on the Server and terminates the process when the limits are exceeded.

The Locking on the tables is set to Row level. The application performs atomic saves (all or none)

Any clues on what needs to be changed to over this problem. Any configurations, settings etc.,
Reply With Quote
  #2 (permalink)  
Old 09-29-04, 16:14
artemka artemka is offline
Registered User
 
Join Date: May 2004
Location: New York
Posts: 248
There is a LOCKS parameter in the $ONCONFIG file
also if it is a big load toy cal lock the table in the exclusive mode and then it will only use one lock
Reply With Quote
  #3 (permalink)  
Old 09-29-04, 16:43
rama_ryali rama_ryali is offline
Registered User
 
Join Date: Sep 2004
Posts: 6
Exclamation Locks Exceeding on the Server

We have already thought about performing an Exclusive lock on the table, but that would limit other sessions from doing the saves in the application simultaneously (beats the purpose of data concurrency).

Any alternate approaches?

Is there a max limit to setting the Locks on the Server?

I am knid of new to INFORMIX. Prompt feedback appreciated

Thank you

Rama
Reply With Quote
  #4 (permalink)  
Old 09-29-04, 16:44
rama_ryali rama_ryali is offline
Registered User
 
Join Date: Sep 2004
Posts: 6
Exclamation Locks Exceeding on the Server

We have already thought about performing an Exclusive lock on the table, but that would limit other sessions from doing the saves in the application simultaneously (beats the purpose of data concurrency).

Any alternate approaches?

Is there a max limit to setting the Locks on the Server?

I am kind of new to INFORMIX. Prompt feedback appreciated

Thank you

Rama
Reply With Quote
  #5 (permalink)  
Old 09-30-04, 13:52
artemka artemka is offline
Registered User
 
Join Date: May 2004
Location: New York
Posts: 248
Increase the LOCKS parameter in the $ONCONFIG file
it is in $INFORMIXDIR/etc
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On