Skip to content

Commit

Permalink
Minor proofing.
Browse files Browse the repository at this point in the history
  • Loading branch information
hyongyoubkim committed May 2, 2014
1 parent 6b63e5e commit 6dc8bd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/arcus-java-client-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

### Arcus

Arcus는 오픈소스 key-value 캐시 서버인 memcached를 기반으로 사내에서 개발 중인, 부분적으로 fault-tolerant한 메모리 기반의 캐시 클라우드 서비스입니다.
Arcus는 오픈소스 key-value 캐시 서버인 memcached를 기반으로 부분적으로 fault-tolerant한 메모리 기반의 캐시 클라우드 입니다.
* memcached : 구글, 페이스북 등에서 대규모로 사용하고 있는 메모리 캐시 서버입니다.
* 캐시 : 자주 사용되는 데이터를 비교적 고속의 저장소에 넣어둠으로써, 느린 저장소로의 요청을 줄이고 보다 빠른 응답성을 기대할 수 있게 하는 서비스입니다.
* 메모리 기반 : Arcus는 데이터를 메모리에만 저장합니다. 따라서 모든 데이터는 휘발성이며 언제든지 삭제될 수 있습니다.
* 클라우드 서비스 : 각 서비스는 필요에 따라 전용 캐시 클러스터를 구성할 수 있으며 동적으로 캐시 서버를 추가하거나 삭제할 수 있습니다. (단, 일부 데이터는 유실됩니다)
* 클라우드 : 각 서비스는 필요에 따라 전용 캐시 클러스터를 구성할 수 있으며 동적으로 캐시 서버를 추가하거나 삭제할 수 있습니다. (단, 일부 데이터는 유실됩니다)
* fault-tolerant : Arcus는 일부 또는 전체 캐시 서버의 이상 상태를 감지하여 적절한 조치를 취합니다.

또한 Arcus는 key-value 형태의 데이터뿐만 아니라 List, Set, B+Tree 등의 자료구조를 저장할 수 있는 기능을 제공합니다.
Expand Down

0 comments on commit 6dc8bd9

Please sign in to comment.