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 services 
for gfix switches, they mean:

  isc_spb_prp_shutdown_db "SHUT -FORCE"
  isc_spb_prp_deny_new_transactions "SHUT -TRAN"
  isc_spb_prp_deny_new_attachments "SHUT -ATTACH"

> and
>
> isc_spb_prp_force_shutdown = 41,
> isc_spb_prp_attachments_shutdown = 42,
> isc_spb_prp_transactions_shutdown = 43,

this commands are shutdown types for isc_spb_prp_shutdown_mode

> it seems that there is a new way to shutdown since 2.0
>
> you have write that : (firebird/doc/README.services_extension)
>
>   >Please note that old-styled parameters are also supported and should be
>   >used to enter default shutdown (currently 'multi') and online
>   >('normal') modes.
>

> Le 02/03/2015 09:46, Alex Peshkoff a écrit :
>> 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,
>> isc_spb_prp_attachments_shutdown and isc_spb_prp_transactions_shutdown)
>> and timeout for it. This is required parameter for isc_spb_prp_shutdown_db.
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Dive into the World of Parallel Programming The Go Parallel Website, 
>> sponsored
>> by Intel and developed in partnership with Slashdot Media, is your hub for 
>> all
>> things parallel software development, from weekly thought leadership blogs to
>> news, videos, case studies, tutorials and more. Take a look and join the
>> conversation now. http://goparallel.sourceforge.net/
>> Firebird-Devel mailing list, web interface at 
>> https://lists.sourceforge.net/lists/listinfo/firebird-devel
>>
>
>
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming The Go Parallel Website, sponsored
> by Intel and developed in partnership with Slashdot Media, is your hub for all
> things parallel software development, from weekly thought leadership blogs to
> news, videos, case studies, tutorials and more. Take a look and join the
> conversation now. http://goparallel.sourceforge.net/
> Firebird-Devel mailing list, web interface at 
> https://lists.sourceforge.net/lists/listinfo/firebird-devel
>


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to