Timeline for Java Inventory System
Current License: CC BY-SA 3.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 29, 2015 at 6:05 | comment | added | tpdi | We can do a get/test/compareandset loop | |
| Sep 29, 2015 at 2:58 | comment | added | njzk2 | i don't think atomicinteger is sufficient here. We need to get the value, test it, change it, set it, all in one atomic operation. I would have a synchronized block on the product that is being picked/restocked | |
| Sep 28, 2015 at 13:05 | comment | added | Andrei | Thank you for your answer :). I didn't choose it as the "answer" but it was helpful! | |
| Sep 28, 2015 at 6:58 | history | edited | tpdi | CC BY-SA 3.0 | added 60 characters in body |
| Sep 28, 2015 at 6:48 | history | edited | tpdi | CC BY-SA 3.0 | added 142 characters in body |
| Sep 28, 2015 at 6:38 | review | First posts | |||
| Sep 28, 2015 at 6:54 | |||||
| Sep 28, 2015 at 6:34 | history | edited | tpdi | CC BY-SA 3.0 | added 166 characters in body |
| Sep 28, 2015 at 6:27 | history | answered | tpdi | CC BY-SA 3.0 |