[android-developers] Re: Remote Process Question

2009-09-16 Thread for android
Thanks.I was able to solve the problem.It would be useful if this piece of information is documented in the Process and Thread section of Application Fundamentals. On Wed, Sep 16, 2009 at 10:17 AM, Dianne Hackborn wrote: > Well there is a limit of 16 active threads calling into a process at once.

[android-developers] Re: Remote Process Question

2009-09-15 Thread Dianne Hackborn
Well there is a limit of 16 active threads calling into a process at once. You might to look in the debugger at what your threads are doing. On Tue, Sep 15, 2009 at 8:22 PM, for android wrote: > any-one? > > > On Tue, Sep 15, 2009 at 3:14 PM, for android wrote: > >> <> >> >> This happens even b

[android-developers] Re: Remote Process Question

2009-09-15 Thread for android
any-one? On Tue, Sep 15, 2009 at 3:14 PM, for android wrote: > <> > > This happens even before I unbind > > < could be>> > > Is there any work around for this? Are you sure that there is a limitation. > > > On Tue, Sep 15, 2009 at 3:08 PM, Cyril ROQUES > wrote: > >> May be you doesn’t clean ev

[android-developers] Re: Remote Process Question

2009-09-15 Thread for android
The only work around I got to know is killing the process when the method is being called at 15th time,then it obviously started working.Is there anything I am missing here. On Tue, Sep 15, 2009 at 3:14 PM, for android wrote: > <> > > This happens even before I unbind > > < could be>> > > Is the

[android-developers] Re: Remote Process Question

2009-09-15 Thread for android
<> This happens even before I unbind <> Is there any work around for this? Are you sure that there is a limitation. On Tue, Sep 15, 2009 at 3:08 PM, Cyril ROQUES wrote: > May be you doesn’t clean everything correctly after your unbind > > It seems to have a limitation of 16 things but I have

[android-developers] Re: Remote Process Question

2009-09-15 Thread Cyril ROQUES
May be you doesn't clean everything correctly after your unbind It seems to have a limitation of 16 things but I have no idea what it could be From: android-developers@googlegroups.com [mailto:android-develop...@googlegroups.com] On Behalf Of for android Sent: mardi 15 septembre 2009 11:20 To: