Hi, If the aggregated trafic coming from your users hasn't increased, another possible cause is that you run asynchronous tasks scheduled via queues where you allowed for a high parallellism in your parameters: in that case gae will start more instances to execute this activities (that it sees anyway as regular servlets)
This way, on my projects, I could have up to 12 - 15 instances without heavy trafic from my user base. regards didier On Jan 17, 9:17 am, aswath satrasala <[email protected]> wrote: > Hello, > I have 7 instances showing up for normal traffic. Why? I have seen 5 > instances max, but today, I am seeing 7 instances. > What makes the creation of new instance. > > -Aswathhttp://www.AccountingGuru.in -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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/google-appengine-java?hl=en.
