Forum Topic - Adobe Air libcore.so loader: (3 Items)
   
Adobe Air libcore.so loader  
Hi all 

we are working on flash air , and seem adl start with a little slow than what we expect 

and we notice the libcore.so linked with lots of library in elf header , as I think , maybe you can load it with 
dlopen() and this will speed up the start time . 

can you modify your code ? this will be helpful for all your flash air based product .
thanks and regards 
Re: Adobe Air libcore.so loader  
Load what with dlopen?  If you refer to libCore.so, libCore.so is AIR (and
is dlopened).

On 12-01-31 9:43 PM, "Xiongwei Huang" <community-noreply@qnx.com> wrote:

>Hi all 
>
>we are working on flash air , and seem adl start with a little slow than
>what we expect 
>
>and we notice the libcore.so linked with lots of library in elf header ,
>as I think , maybe you can load it with dlopen() and this will speed up
>the start time . 
>
>can you modify your code ? this will be helpful for all your flash air
>based product .
>thanks and regards 
Re: Adobe Air libcore.so loader  
Hi roger

thanks for reply 

what we want is dlopen() and dlsym() with lazy load at start , but the ldd result of libCore.so with about 30 library 
files linked . 

I think this will get the libCore.so  load a little slow when first start . if you can get the library not linked direct
 to the libCore.so , I think it should start fajavascript:if (validateCreatePost(document.createPost)) { 
submitForm(document.createPost, 'submit'); } else { void(0) }ster 


thanks