[Tinyos-2-commits] CVS: tinyos-2.x/doc/txt tep103.txt, 1.1.2.7,
1.1.2.8
David Gay
idgay at users.sourceforge.net
Wed Jun 7 16:11:29 PDT 2006
Update of /cvsroot/tinyos/tinyos-2.x/doc/txt
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6542/doc/txt
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
tep103.txt
Log Message:
update config volume spec, interface, implementation to reflect decision
to read data as of last commit
Index: tep103.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/txt/Attic/tep103.txt,v
retrieving revision 1.1.2.7
retrieving revision 1.1.2.8
diff -C2 -d -r1.1.2.7 -r1.1.2.8
*** tep103.txt 2 Jun 2006 17:29:55 -0000 1.1.2.7
--- tep103.txt 7 Jun 2006 23:11:27 -0000 1.1.2.8
***************
*** 137,144 ****
A small object may be only a few hundred bytes. Small objects support
! random reads and writes and simple transactional behaviour.
- Size: small
! - Reads: random
- Writes: random, rewrite ok
- Failure model: failure during/between writes does not lead to object
--- 137,145 ----
A small object may be only a few hundred bytes. Small objects support
! random reads and writes and simple transactional behaviour (each read is a
! separate transaction, all writes up to a commit form a single transaction).
- Size: small
! - Reads: random, read data as of last commit
- Writes: random, rewrite ok
- Failure model: failure during/between writes does not lead to object
More information about the Tinyos-2-commits
mailing list