Changeset 19456 for docs

Show
Ignore:
Timestamp:
09/18/08 08:17:02 (4 months ago)
Author:
tokuhirom
Message:

added neta

Location:
docs/tokuhirom/20080917-memcachedcon
Files:
1 added
2 modified
1 copied

Legend:

Unmodified
Added
Removed
  • docs/tokuhirom/20080917-memcachedcon/assets/presen.css

    r19431 r19456  
    4848    position: absolute; 
    4949} 
     50 
     51B { 
     52    color: red; 
     53    font-size: 150%; 
     54} 
  • docs/tokuhirom/20080917-memcachedcon/main.txt

    r19431 r19456  
    1 llv8call 
     1memcachedに最適な言語はなにか 
    22<div style="text-align: right"> 
    3 2008-09-05(Fri) ITProchallenge nite 
     32008-09-17(Wed) Memcachedの未来サミット 
    44tokuhirom 
    55</div> 
    66---- 
    7 Google 
    8 chrome 
     7memcachedは速い 
     8libmemcachedは速い 
    99---- 
    10 おととい? 
     10アプリケーションは? 
    1111---- 
    12 fast 
    13 robust 
    14 etc. 
     12推測するな 
     13計測せよ 
    1514---- 
    16 おもろいのは 
     15Benchmarking 
    1716---- 
    18 v8 
     17incr 10000 times. 
    1918---- 
    20 JS Engine 
     19<img src="assets/img/benchmark.png" width="600" /> 
     201.2x faster 
    2121---- 
    22 Fast 
    23 Robust 
    24 Well Tested 
     22結論: <B>memcached</B> をつかうときは <B>Python</B> をつかう 
    2523---- 
    26 Server Side 
    27 JavaScript 
    28 ---- 
    29 libfastcgi 
    30 ---- 
    31 file operation 
    32 os とあれこれ 
    33 ---- 
    34 *server 連携 
    35 memcached 
    36 mysql 
    37 ---- 
    38 demo 
    39 ---- 
    40 http://svn.coderepos.org/share/cplusplus/fcgi-v8/ 
    41 patches wellcome 
     24That's all