Back to home page

Enduro/X

 
 

    


0001 BFLDDBUNLOAD(3)
0002 ===============
0003 :doctype: manpage
0004 
0005 
0006 NAME
0007 ----
0008 Bflddbunload - close LMDB field database handlers.
0009 
0010 SYNOPSIS
0011 --------
0012 
0013 #include <ubf.h>
0014 
0015 void Bflddbunload(void);
0016 
0017 Link with '-lubf -lnstd -lm -lpthread'
0018 
0019 DESCRIPTION
0020 -----------
0021 Function closes LMDB handlers which are open for custom field database. Function
0022 is not thread safe in respect to other Bflddb* functions.
0023 
0024 If DB is already closed, then function will do nothing.
0025 
0026 Currently Enduro/X at process exist does not unload the database handles. It is
0027 expected that OS will free any IPC (semaphores) automatically.
0028 
0029 RETURN VALUE
0030 ------------
0031 There is no return value.
0032 
0033 EXAMPLE
0034 -------
0035 See *atmitest/test050_ubfdb/atmiclt50.c* for sample code.
0036 
0037 BUGS
0038 ----
0039 Report bugs to support@mavimax.com
0040 
0041 SEE ALSO
0042 --------
0043 *Bflddbid(3)* *Bflddbname(3)* *Bflddbload(3)* *Bflddbunlink(3)*
0044 *Bflddbdrop(3)* *Bflddbdel(3)* *Bflddbadd(3)* *Bflddbget(3)* *ubfdb.ini(5)*
0045 
0046 COPYING
0047 -------
0048 (C) Mavimax, Ltd
0049