Re: [google-appengine] Remote realtime FIFO implementation

2011-12-12 Thread Rishi Arora
:* Saturday, December 10, 2011 12:40 PM *To:* google-appengine@googlegroups.com *Subject:* [google-appengine] Remote realtime FIFO implementation ** ** Hi all, ** ** I'm new to Google App Engine and I'm looking for an advice. ** ** I want write a remote FIFO for realtime access

[google-appengine] Remote realtime FIFO implementation

2011-12-11 Thread Grigory Fishilevich
Hi all, I'm new to Google App Engine and I'm looking for an advice. I want write a remote FIFO for realtime access outside of GAE. This FIFO should contains small integers only and works as follows: - client A write integer-values to FIFO - client B reads the values 1-5 seconds later - after

RE: [google-appengine] Remote realtime FIFO implementation

2011-12-11 Thread Brandon Wirtz
@googlegroups.com Subject: [google-appengine] Remote realtime FIFO implementation Hi all, I'm new to Google App Engine and I'm looking for an advice. I want write a remote FIFO for realtime access outside of GAE. This FIFO should contains small integers only and works as follows: - client