본문 바로가기

분류 전체보기

(286)
세상을 바꾸는 15 뷴 http://www.youtube.com/watch?feature=player_embedded&v=4OLsMDN8gFA http://www.youtube.com/watch?feature=player_embedded&v=4OLsMDN8gFA http://www.youtube.com/watch?feature=player_embedded&v=4OLsMDN8gFA
s yum install binutils-2* compat-libstdc++-33* elfutils-libelf* gcc-4.* gcc-c++-4.* glibc-2.* glibc-common-2.* glibc-devel-2.* glibc-headers-2.* ksh* libaio-0.* libaio-devel-0.* libgomp-4.* libgcc-4.* libstdc++-4.* libstdc++-devel-4.* make-3.* sysstat-7.* unixODBC-2.* unixODBC-devel-2.* pdksh*
Spring 3.0 Json html5 real time chart 참으로 오랜만에 개발해보는 재미있는 하루였다...ㅋ 환경은 다음과 같다. Spring 3.0 프레임과........사용된 기술은 아래와 같다. ------------------------------------------------ Spring 3.0 Json html5 real time chart ------------------------------------------------ ajax Json html5 - real time chart (jqchart) ------------------------------------------------ db : oracle 10g / Postgresql PPAS 9.0 ------------------------------------------------ cp..
10 Free Tools to Load/Stress Test Your Web Applications Wikipedia defines Load and Stress Testing as “Load testing is the process of putting demand on a system or device and measuring its response. Stress testing refers to tests that determine the robustness of software by testing beyond the limits of normal operation”. Due to budget constraints, my clients usually ask for some free tools to load/stress test their application, before going live. Here..
PostgreSQL 9.0 Architecture PostgreSQL 9.0 Architecture Its my pleasure to be here, publishing my first blog on PostgreSQL Architecture. For a quite sometime, am working, learning the vast and most happening Database PostgreSQL. As a beginner,thought of giving a try to represent PostgreSQL Architecture in pictorial format. PostgreSQL Architecture includes sevaral things memory,process and storage file system, it is complex..
PostgreSQL 9.0 Memory & Processes PostgreSQL 9.0 Memory & Processes Going forward with PostgreSQL Architecture, here I would be discussing about the utility process and memory with informative links. Many of the commiters have already documented insightfully about the process and memory, links provided here for those. Modest presentation from my end about the PostgreSQL Utility Process. Every PostgreSQL Instance startup, there w..
Apache Lucene Apache Lucene http://lucene.apache.org/ http://lucene.apache.org/java/docs/index.html http://lucene.apache.org/java/docs/api/index.html http://www.lucenetutorial.com/your-first-project.html http://www.lucenetutorial.com/techniques/indexing-databases.html 한글 관련 https://github.com/need4spd/walkingword/tree/master/src/com/tistory/devyongsik/sample http://setong.tistory.com/43
PostgreSQL Point-in-time Recovery (Incremental Backup) PostgreSQL “Point-in-time Recovery” (PITR) also called as incremental database backup , online backup or may be archive backup. The PostgreSQL server records all users’ data modification transaction like insert, update or delete and write it into a file call write-ahead (WAL) log file. This mechanism use the history records stored in WAL file to do roll-forward changes made since last database f..