Re: [Firebird-devel] [FB SERVICES] Question about shutdown

2015-03-02 Thread Alex Peshkoff
On 03/02/15 12:01, arnaud le roy wrote: > it's strange because it seems that have twice the same parameters options : > > isc_spb_prp_shutdown_db = 7, > isc_spb_prp_deny_new_attachments = 9, > isc_spb_prp_deny_new_transactions = 10, Sorry, you are right, this parameters are abbreviations use in se

Re: [Firebird-devel] [FB SERVICES] Question about shutdown

2015-03-02 Thread arnaud le roy
it's strange because it seems that have twice the same parameters options : isc_spb_prp_shutdown_db = 7, isc_spb_prp_deny_new_attachments = 9, isc_spb_prp_deny_new_transactions = 10, and isc_spb_prp_force_shutdown = 41, isc_spb_prp_attachments_shutdown = 42, isc_spb_prp_transactions_shutdown = 4

Re: [Firebird-devel] [FB SERVICES] Question about shutdown

2015-03-02 Thread arnaud le roy
it's strange because it seems that have twice the same parameters options : isc_spb_prp_shutdown_db = 7, isc_spb_prp_deny_new_attachments = 9, isc_spb_prp_deny_new_transactions = 10, and isc_spb_prp_force_shutdown = 41, isc_spb_prp_attachments_shutdown = 42, isc_spb_prp_transactions_shutdown = 4

Re: [Firebird-devel] [FB SERVICES] Question about shutdown

2015-03-02 Thread Alex Peshkoff
On 03/01/15 15:44, arnaud le roy wrote: > Hi, > > somebody can tell me what is the difference between > > isc_spb_prp_shutdown_db It's a command telling firebird that database must be shutdown. > and > > isc_spb_prp_force_shutdown This is the type of shutdown (one of isc_spb_prp_force_shutdown,

[Firebird-devel] [FB SERVICES] Question about shutdown

2015-03-01 Thread arnaud le roy
Hi, somebody can tell me what is the difference between isc_spb_prp_shutdown_db and isc_spb_prp_force_shutdown because in the api guide about isc_spb_prp_shutdown_db : Shuts down the database when: • There are no connections to the database, or • At the end of the timeout period you specify C