Re: Are Wicket models loaded concurrently ?

2012-12-26 Thread Igor Vaynberg
data... >> >> Kindly regards, >> Olaf >> >> -Ursprüngliche Nachricht- >> Von: Serban.Balamaci [mailto:[hidden >> email]<http://user/SendEmail.jtp?type=node&node=4655056&i=0>] >> >> Gesendet: Mittwoch, 26. Dezember 2012 11:45 >&g

Re: Are Wicket models loaded concurrently ?

2012-12-26 Thread Hendy Irawan
the requests in > parallel would be a nice improvement. > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Are-Wicket-models-loaded-concurrently-tp4655046p4655055.html > > Sent from the Users forum mailing list archive at Nabble.com

AW: Are Wicket models loaded concurrently ?

2012-12-26 Thread Siefart, Olaf
the visibility of the component before loading data... Kindly regards, Olaf -Ursprüngliche Nachricht- Von: Serban.Balamaci [mailto:thespamtr...@gmail.com] Gesendet: Mittwoch, 26. Dezember 2012 11:45 An: users@wicket.apache.org Betreff: Re: Are Wicket models loaded concurrently ? Hello

Re: Are Wicket models loaded concurrently ?

2012-12-25 Thread Hendy Irawan
gt; >Neo4j, > >etc.) so it will be a more effective use to load the models > >concurrently. > > > >Thank you. > > > > > > > >-- > >View this message in context: > > > http://apache-wicket.1842946.n4.nabble.com/Are-Wicket-models-loaded-con

Re: Are Wicket models loaded concurrently ?

2012-12-25 Thread Michael Mosmann
the models >concurrently. > >Thank you. > > > >-- >View this message in context: >http://apache-wicket.1842946.n4.nabble.com/Are-Wicket-models-loaded-concurrently-tp4655046p4655047.html >Sent from the Users forum mailing list archive at Nabble.com. > >--

AW: Are Wicket models loaded concurrently ?

2012-12-25 Thread Siefart, Olaf
...@stepaheadsoftware.com] Gesendet: Dienstag, 25. Dezember 2012 09:14 An: users@wicket.apache.org Betreff: RE: Are Wicket models loaded concurrently ? I'm pretty sure a single thread is used to service the HTTP request that results in the rendering of the page so I would expect LDMs to be loaded sequent

RE: Are Wicket models loaded concurrently ?

2012-12-25 Thread Chris Colman
PM >To: users@wicket.apache.org >Subject: Are Wicket models loaded concurrently ? > > >Hi friends, > >If I have 5 Wicket (LoadableDetachable)models on a page, will Wicket load >each model sequentially, or will the 5 models loaded concurrently ? > >We're using different ser

Are Wicket models loaded concurrently ?

2012-12-24 Thread Hendy Irawan
odels concurrently. Thank you. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Are-Wicket-models-loaded-concurrently-tp4655046p4655047.html Sent from the Users forum mailing list archive at Nabble.com. ---