Low-level disk driver

190 views
Skip to first unread message

Victor Sovetov

unread,
Feb 23, 2013, 9:07:59 AM2/23/13
to erlang...@googlegroups.com
Gentlemen

Now Erlang On Xen supports basic Erlang API for accessing the virtual disk. API is simple as:

disk:read(Start, NumSect)
disk:write(Start, Data)
disk:barrier()
disk:flush()
erlang:disk_info()

The build-service is already updated to support in-instance persistence, documentation and examples will be available in a few days.

A number of more high-level persistence interfaces could be implemented over this layer, including "traditional" file systems, dets-like interfaces, etc. Please, don't hesitate to share your thoughts about possible directions of development.

Sincerely,

--Victor






Reply all
Reply to author
Forward
0 new messages