Re: [Interest] Loading Qt5 libraries during boot

2013-02-01 Thread Thiago Macieira
On sexta-feira, 1 de fevereiro de 2013 11.36.28, Bill Crocker wrote: > That brings us to one of Qt's lesser publicized constraints. > Qt can not safely be used from a forked context, because you never > know which parts of it might be using threads. > I learned that the hard way. That is true for

Re: [Interest] Loading Qt5 libraries during boot

2013-02-01 Thread Bill Crocker
> > Looks like you need a two plans of action: > > 1) figure out why it is taking 2 seconds loading: profile the loading and > propose patches to Qt. > > 2) implement the kdeinit / booster trick. I'm not sure there's a good > reference online, but here's a very, very summarised summary: > - all

Re: [Interest] Loading Qt5 libraries during boot

2013-02-01 Thread Thiago Macieira
On sexta-feira, 1 de fevereiro de 2013 15.02.49, Markus Grau wrote: > Hi, > > we are looking for a way to load the Qt5 libs, that are required for a Qt5 > application, during boot-time. > Reason is: > We are using an iMX6-quad with a Freescale BSP. Every startup of our > application seems to get s

Re: [Interest] Loading Qt5 libraries during boot

2013-02-01 Thread Lucas.Betschart
Hi, we are looking for a way to load the Qt5 libs, that are required for a Qt5 application, during boot-time. Reason is: We are using an iMX6-quad with a Freescale BSP. Every startup of our application seems to get slowed down by the required loading of the Qt5 libs (app

[Interest] Loading Qt5 libraries during boot

2013-02-01 Thread Markus Grau
Hi, we are looking for a way to load the Qt5 libs, that are required for a Qt5 application, during boot-time. Reason is: We are using an iMX6-quad with a Freescale BSP. Every startup of our application seems to get slowed down by the required loading of the Qt5 libs (approx. 2 sec). We are wonderi