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 <forandr...@gmail.com> wrote:

> any-one?
>
>
> On Tue, Sep 15, 2009 at 3:14 PM, for android <forandr...@gmail.com> wrote:
>
>> <<May be you doesn’t clean everything correctly after your unbind>>
>>
>> This happens even before I unbind
>>
>> <<It seems to have a limitation of 16 things but I have no idea what it
>> 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 <cyril.roq...@mobiquant.com
>> > wrote:
>>
>>>  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:* Android Developers
>>> *Subject:* [android-developers] Remote Process Question
>>>
>>>
>>>
>>> I needed to call a remote service.The service basically fetches data from
>>> the network.I am bind the connection once,and then I unbind the connection
>>> when the user is no more in that page.
>>>
>>> Everything works fine.Except that when I call the sa,e remote method for
>>> 17th time,it just does not call the service at all.It neither throws the
>>> DeadObjecti Exception.I have run out of ideas.Is there anything that I may
>>> be missing.
>>>
>>>
>>>
>>>
>>
>
> >
>


-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to