On 05/10/2013 03:30 PM, Harald Oehlmann wrote: > 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 server logging some request in the access log file? I haven't tested sockets within Rivet, I did test threads (which might be useful in this case) but not sockets. We don't remove commands from the slave intepreters and if SeparateVirtualInterps is off we don't even run slave intepreters. Why are you testing a form from within a Rivet script? Maybe JavaScript might work out a better solution? > 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] > -- -- Massimo Manghi Dipartimento di Neuroscienze Unità di Biofisica e Fisica Sanitaria via Volturno 39 43125 Parma --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
