Post-request are synchronized

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Post-request are synchronized

emil müller
Dear Orbeon-Users,

I discovered that post-request which are sent e.g. with <xforms:submission method="post"..../> are treated as synchronized. This means: During the processing of the request every other post-request is blocked.

The reason for this strange behaviour is the following line in the properties.xml in the config-folder:

<property as="xs:boolean" name="oxf.xforms.cache.document" value="true"/>

If the value is set to "true" post-request are synchronized. If set to "false" Orbeon can handle parallel post-requests.

Regards
emil

--
emil müller                                NETBREEZE GMBH
mail: [hidden email]               Ringstr. 12
tel: +41 44 824 32 54                      CH-8600 Dübendorf
Web: http://www.netbreeze.ch               Switzerland






--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Post-request are synchronized

Erik Bruchez
Administrator
Emil,

That's interesting! However, I should say that it is not really an
option for anybody to set this property to false, as you are effectively
disabling the caching of XForms documents, which will lead to very poor
performance.

I entered a bug to track this issue:

http://forge.objectweb.org/tracker/index.php?func=detail&aid=305623&group_id=168&atid=350207

-Erik

emil müller wrote:

> Dear Orbeon-Users,
>
> I discovered that post-request which are sent e.g. with <xforms:submission method="post"..../> are treated as synchronized. This means: During the processing of the request every other post-request is blocked.
>
> The reason for this strange behaviour is the following line in the properties.xml in the config-folder:
>
> <property as="xs:boolean" name="oxf.xforms.cache.document" value="true"/>
>
> If the value is set to "true" post-request are synchronized. If set to "false" Orbeon can handle parallel post-requests.
>
> Regards
> emil
--
Orbeon - XForms Everywhere:
http://www.orbeon.com/blog/



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws