Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #11742
| From | Roedy Green <see_website@mindprod.com.invalid> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: Interplatform (interprocess, interlanguage) communication |
| Date | 2012-02-04 13:22 -0800 |
| Organization | Canadian Mind Products |
| Message-ID | <268ri7tlv525st589d40efiq0137f0vaag@4ax.com> (permalink) |
| References | <IPC-20120203200443@ram.dialup.fu-berlin.de> <5d6ri75i15ei1uv9ill2dgrno1cgd28sho@4ax.com> |
On Sat, 04 Feb 2012 12:50:15 -0800, Roedy Green <see_website@mindprod.com.invalid> wrote, quoted or indirectly quoted someone who said : >both read and write same file on SSD Let's say you used a simple RandomAccessFile. How could you implement a busy lock field in the file to indicate the file was busy being updated? or busy being read? In RAM you have test and set locks to check a value and set the value in one atomic operation. How could you simulate that without test and set hardware on the SSD? You can't very well share a RAM lock between separate jobs. -- Roedy Green Canadian Mind Products http://mindprod.com One of the most useful comments you can put in a program is "If you change this, remember to change ?XXX? too".
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: Interplatform (interprocess, interlanguage) communication Roedy Green <see_website@mindprod.com.invalid> - 2012-02-04 12:50 -0800
Re: Interplatform (interprocess, interlanguage) communication Roedy Green <see_website@mindprod.com.invalid> - 2012-02-04 13:22 -0800
Re: Interplatform (interprocess, interlanguage) communication Jan Burse <janburse@fastmail.fm> - 2012-02-04 22:33 +0100
Re: Interplatform (interprocess, interlanguage) communication Roedy Green <see_website@mindprod.com.invalid> - 2012-02-12 04:30 -0800
Re: Interplatform (interprocess, interlanguage) communication Arne Vajhøj <arne@vajhoej.dk> - 2012-02-04 18:42 -0500
Re: Interplatform (interprocess, interlanguage) communication Arne Vajhøj <arne@vajhoej.dk> - 2012-02-04 18:39 -0500
csiph-web