I'm getting to the point where my poetry app is taking on two roles: poetry app itself and "feed engine" (recent activity of contacts, recent comments on your stuff, etc.). It seems that the feed engine should probably be a separate, optimized web service for posting things asynchronously--latency can be traded for performance more easily than the main app.
Forgetting for a moment that this is probably the perfect job for Sinatra, what might be the best way to do this with Heroku? Create two apps and have them call each other? Has anyone done this and have pointers or pitfalls? Does this complicate anything for Heroku's eventual business model or violate any rules (using two apps to make one, in essence)? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" group. 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/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
