Yeah, I would use GAE for a CRM app... the object model it has is
especially helpful. You need to do a bit of work to get around the
scalability issues, but other than that its a great option. The limits
I'm talking about are the ones like the datastore returning only 1000
items... so you'll have to maintain a counter to keep track of how
many contacts you have... you can't just count them if they're over
1000. Things like that can trip you up if you wait too long into
development.

Sudhir
blog.sudhirj.com

On Mar 16, 5:51 pm, Ronn Ross <ronn.r...@gmail.com> wrote:
> I'm part of a small start up and we create an application similar to 37
> signals Basecamp. It is a basic CRM app, but we have a lot of users. They
> read and write a lot of data to the system per day. Would this be an ideal
> candidate for an app engine project? Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to