Timeline for Architecture change from using disk to RAM to read and write key/value pairs coming over a network
Current License: CC BY-SA 3.0
13 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 29, 2013 at 19:31 | vote | accept | Gaurav Agarwal | ||
| Mar 28, 2013 at 17:56 | history | edited | yannis | edited tags | |
| Mar 28, 2013 at 17:22 | history | edited | Gaurav Agarwal | CC BY-SA 3.0 | added possible solution |
| Mar 28, 2013 at 9:02 | answer | added | vivek | timeline score: 1 | |
| Mar 27, 2013 at 23:11 | review | First posts | |||
| Mar 27, 2013 at 23:14 | |||||
| Mar 27, 2013 at 18:37 | comment | added | Blrfl | It helps because your question begins "A WebApp writes a stream of data coming over a network to disk." Switching from rotating or solid-state disks to a RAM disk may cut the latency to an acceptable value without having to rewrite your code. | |
| Mar 27, 2013 at 18:33 | answer | added | tgkprog | timeline score: 1 | |
| Mar 27, 2013 at 16:22 | answer | added | Mike | timeline score: 2 | |
| Mar 27, 2013 at 16:11 | comment | added | Mike | @ratchet freak how does a RAM-disk help? As far as I'm aware all a RAM-disk really does is provide a filesystem style wrapper around a block of memory which doesn't seem to solve the problem. | |
| Mar 27, 2013 at 13:44 | answer | added | Intrepidis | timeline score: 1 | |
| Mar 27, 2013 at 9:57 | comment | added | ratchet freak | most obvious solution would be to use a RAM-disk | |
| Mar 27, 2013 at 9:49 | history | edited | gnat | CC BY-SA 3.0 | changed title to better fit question text |
| Mar 27, 2013 at 9:40 | history | asked | Gaurav Agarwal | CC BY-SA 3.0 |