タグ

2010年9月7日のブックマーク (2件)

  • write(2) - Linux manual page

    write(2) System Calls Manual write(2) NAME         topwrite - write to a file descriptor LIBRARY         topStandard C library (libc, -lc) SYNOPSIS         top#include <unistd.h> ssize_t write(int fd, const void buf[.count], size_t count); DESCRIPTION         topwrite() writes up to count bytes from the buffer starting at buf to the file referred to by the file descriptor fd. The number of bytes w

    ita-wasa
    ita-wasa 2010/09/07
    If the file was open(2)ed with O_APPEND, the file offset is first set to the end of the file before writing. The adjustment of the file offset and the write operation are performed as an atomic step.
  • モバイルでもリラックス! CouchDB on Android

    モバイルでもリラックス! CouchDB on Android:ゆったリラックス! CouchDBがあるところ(5)(1/3 ページ) いつでもどこでもCouchDBを。2010年8月にAndroid版CouchDBが登場しました。そこで今回は予定を変更し、Android版のインストールと活用方法を2回に分けて解説します(編集部) CouchDB is Everywhere! この夏、CouchDBには大きな動きがありました。まずはどんなことがあったのかを見てみましょう。 CouchDB 1.0リリース 1つ目は皆さんもご存じのとおり、2010年7月14日(現地時間)にCouchDB 1.0が正式リリースされたことです。データ消失する可能性のあるバグがリリース直後に見つかり、その修正版の1.0.1が2010年8月16日(現地時間)に緊急リリースされたという問題もありましたが、CouchDB

    モバイルでもリラックス! CouchDB on Android
    ita-wasa
    ita-wasa 2010/09/07
    CouchDBは数あるNoSQLなミドルウェアの1つとして、そのほかのNoSQLと比較されることの多いようですが、CouchDBの神髄は、そこでの比較ではなく、データとアプリケーションを“一緒にレプリケーションできること”にあると考