GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
list_namespaces(3) Arcan Lua API list_namespaces(3)

list_namespaces - Get the current list of user defined namespaces

nstbl
list_namespaces()

The user can dynamically add and remove namespaces for the purpose of file i/o and local IPC . These are controlled externally and defined in the database that the arcan application was launched with. An example of this would be "arcan_db add_appl_kv arcan ns_home Home:rw:/home/me" This function returns a list of the currently known ones in an n-indexed table of tables, where each table specifies its reference name, a user presentable label and the set or permissions (e.g. read, write and ipc). The name can then be used as a reference prefix for other operations, e.g. load_image("myname:/test.img").

function list_namespaces0()

for _, space in ipairs(list_namespaces()) do
print(space.name, " => ", space.label, space.read, space.write, space.ipc)
end end

glob_resource(3) load_image(3) load_image_asynch(3)

July 2025 resource

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.