AgileWiki 10.3.3 (Element Model branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News AgileWiki 10.3.3 (Element Model branch)
# 1  
Old 11-20-2008
AgileWiki 10.3.3 (Element Model branch)

AgileWiki is an SDK for assembling software systems which are fluid, easily configured and can be reorganized on-the-fly to meet ever changing requirements. It includes a COW-based database, the Rolonics programming paradigm, and semantic inferencing. License: Common Public License Changes:
Freed disk blocks are no longer reused in the same transaction, with a substantial increase in overall robustness. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
UML_MKCOW(1)						      General Commands Manual						      UML_MKCOW(1)

NAME
uml_mkcow -- create a new COW file SYNOPSIS
uml_mkcow [-f] [COW_file] [backing_file] DESCRIPTION
This manual page documents briefly the uml_mkcow command. This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. Instead, it has documentation in HTML format; see below. uml_mkcow is a small utility to create COW (Copy-On-Write) files without the need to run the full UML kernel. NOTE: you can save a lot of disk space using COW files. When checking the size of the COW file in order to see the gobs of space that you're saving, make sure you use 'ls -ls' to see the actual disk consumption rather than the length of the file. The COW file is sparse, so the length will be very different from the disk usage. OPTIONS
-f Force overwrite of an exsiting COW file. EXAMPLES
Create a new COW file: uml_mkcow rootfs_COW rootfs Overwrite (destroying) an existing COW file: uml_mkcow -f rootfs_COW rootfs SEE ALSO
The UserModeLinux-HOWTO (link to URL http://user-mode-linux.sourceforge.net/UserModeLinux-HOWTO.html) AUTHOR
uml_mkcow was written by Steve Schnepp. This manual page was written by Mattia Dongili malattia@debian.org for the Debian GNU/Linux system, based on material in the UserModeLinux- HOWTO by Rusty Russell. UML_MKCOW(1)