Hi list, Damon and Massimo already answered, but I still have the issue: Page service stalls until apache restart on:
package require http set requestHandle [::http::geturl $urlIn -validate 1 -timeout 5000] Damon proposed to try without -timeout or -validate, which did not change anything. Stupid question: Do I have to start the event queue with this command ? I just noticed, that there is also a user mailing list. I just subscribed, as this is more a user-type question. Thank you, Harald Am 10.05.2013 15:30, schrieb Harald Oehlmann: > I am trying to verify some links of a form entered by a user by: > > package require http > set requestHandle [::http::geturl $urlIn -validate 1 -timeout 5000] > > Outside of a rivet script, this works well. > Inside a rivet script, I always run into the timeout. > > Is the tclsh interpreter inside rivet not allowed to use sockets to call > out of the machine ? > > This is CentOS 6.2 64 bit with recent Rivet and tcl8.6.0. > > I have activated SE Linux but there are no warnings within the log, so > there should be no issue with that. > > Thank you for any idea, > Harald > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
