On 4/3/07, Doug Dawson <[EMAIL PROTECTED]> wrote:
> The eval sounds similar to the Try/Catch structure of Java.

Yes, that's exactly what it's like.

> But, there might be a problem. I noticed that when I faked a loss of
> communication, a 504 Gateway timeout dumped to the screen. It didn't
> seem like it returned control to my script (though I haven't tested that
> yet).

You mean that your code got back a 504 error from a SOAP call and
printed it to the screen?  That should be pretty easy to check for.

If your concern is that it will sit and wait for too long, you can use
alarm() to make ait timeout after a specified time.

- Perrin

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to