Hi Davide,
The RPC code internally uses an LzLoader to make requests (datasets also uses
LzLoaders). Try changing the LzLoader 30000 ms timeout application-wide by
setting it in the beginning of your application. For example:
<canvas>
<script>
// changing request timeouts to 60 seconds
LzLoader.prototype.timeout=60000;
</script>
<!--- rest of your code here -->
</canvas>
pablo
On Thu, 2 Feb 2006, Davide wrote:
> Hi All
>
>
> The online documentation about OpenLaszlo RPC
> (http://www.laszlosystems.com/lps-3.1.1/docs/guide/rpc.html) says: ?Timeout
> is returned when the application hasn't heard from back from the OpenLaszlo
> Server in a certain amount of time. This currently defaults to 30 seconds
> and can't be changed?.
>
>
> I need to increase this 30secs response timeout. Does anyone know how to
> change it on the source code ?
>
>
>
> Thanks in advance
>
>
>
> Davide
>
>
>
>
> --
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.1.375 / Virus Database: 267.15.0/248 - Release Date: 01/02/2006
>
>
>
> --
> No virus found in this outgoing message.
> Checked by AVG Free Edition.
> Version: 7.1.375 / Virus Database: 267.15.0/248 - Release Date: 01/02/2006
>
>
_______________________________________________
Laszlo-user mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-user