Good day everyone, my magnolia project progresses well and we can start to ask ourself more detailed questions.
Today: multithreading The problem: A lot of our components are doing calls to another portal to get informations. So the magnolia website more or less is the frontend of an information portal. But that means that if a single request to the portal fails this component can block the whole progress. Even after a set timeout, the other components have to get their informations too. Afterwards! So we looked if their is a multithreading mechanism. The component's requests shall be each by one and clued together at the end. In that way the creation of a single site could be much faster because magnolia has to waste much less time waiting for the portal server doing it's thing. Is their a way I could realize it? I would love to prevent doing AJAX calls for every component but give more static HTML output to the user. Thanks a lot for your answers and have a nice weekend Wolfgang -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=af619dda-0a01-4700-81d0-a93562ed49c2 ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
