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 what the values are invalid and can be deleted - there are always only 2 client per FIFO - it should be possible to have x FIFOs in the app Importent for me: ability for realtime and concurrency, no deadlock etc. So, I'm new to GAE, wich service can I use for my App? Pull Queues are limited to 100 active queues, it's not enough for me. Should I use memcache? DB? Thank in advance -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/aEVQATdRwkQJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
