-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
26 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,24 @@ | ||
# ISHOCON2 | ||
iikanji na showwin contest 2nd (like ISUCON) | ||
iikanjina showwin contest 2nd (like ISUCON) | ||
ISHOCONとは `Iikanjina SHOwwin CONtest` の略で、[ISUCON](http://isucon.net/)と同じように与えられたアプリケーションの高速化を競うコンテスト(?)です。 | ||
|
||
## 問題概要 | ||
今回のテーマは「ネット選挙」です。 | ||
2016年9月現在、日本ではオンラインでの選挙はまだ実現されていませんが、近い将来にネット選挙が実現し、そのアプリケーションをあなたが実装することになるかもしれません。大量の投票に耐えられるようにアプリケーションチューニングの練習をしておきましょう。 | ||
この選挙では1人1票ではなく、納税額によって各人投票できる票数が異なります。 | ||
|
||
![](https://raw.githubusercontent.com/showwin/ISHOCON2/master/doc/images/top.png) | ||
|
||
# 概要 | ||
* ネット選挙を受け付けるWebサービス | ||
* 大量の投票リクエストが送られてくる | ||
* ベンチマーカーの前半は大量に投票されて、後半には選挙結果ページに大量のアクセスが来る | ||
* 投票者の納税金額によって、投票できる票数が異なる | ||
## 問題詳細 | ||
* マニュアル: [ISHOCON2マニュアル](https://github.com/showwin/ISHOCON2/blob/master/doc/manual.md) | ||
* アプリケーションAMI: TBW | ||
* ベンチマーカーAMI: TBW | ||
* インスタンスタイプ: `c4.large` (アプリ、ベンチ共に) | ||
* 参考実装言語: Ruby | ||
|
||
## 関連リンク | ||
* None | ||
|
||
## ISHOCONシリーズ | ||
* [ISHOCON1](https://github.com/showwin/ISHOCON1) | ||
* [ISHOCON2](https://github.com/showwin/ISHOCON2) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters