![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I've get this error during a SP call on a ISP shared MySQL server. perror 24 says that OS error code 24: Too many open files Ok... It's almost clear but.. 1) My SP calls two UPDATE calls inside a transaction. One of them (the first) succeded, the second one failed, before the COMMIT statement was reached. 2) The mySql server is shared. I can't modify any setting. This error depends on my SP / sql calls or on global server access only ? So, should I change something by my side ? Google says that "One will get this error if so many instances of table(s) is used in a query". But, only me has access to this table and it can't happened that too many instanced of that table is used: up to 3 clients are connected, so up to 3 connections are opened with 3 simultaneous SP calls x 4 update calls (up to 12 update calls, worst case). |
|
Anyway, the point 2) is not worrying. If an error happens I catch the exception and manage it. And I did. The point 1) is. This might cause a data lack, and it did. The driver autocommit feature arouses suspicion. Do you confirm ? |
#3
| |||
| |||
|
|
I've get this error during a SP call on a ISP shared MySQL server. perror 24 says that OS error code 24: Too many open files Ok... It's almost clear but.. 1) My SP calls two UPDATE calls inside a transaction. One of them (the first) succeded, the second one failed, before the COMMIT statement was reached. 2) The mySql server is shared. I can't modify any setting. This error depends on my SP / sql calls or on global server access only ? So, should I change something by my side ? Google says that "One will get this error if so many instances of table(s) is used in a query". But, only me has access to this table and it can't happened that too many instanced of that table is used: up to 3 clients are connected, so up to 3 connections are opened with 3 simultaneous SP calls x 4 update calls (up to 12 update calls, worst case). Anyway, the point 2) is not worrying. If an error happens I catch the exception and manage it. And I did. The point 1) is. This might cause a data lack, and it did. The driver autocommit feature arouses suspicion. Do you confirm ? |
![]() |
| Thread Tools | |
| Display Modes | |
| |