Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

Float value for network timeout

 [1/2] from: semseddinm:bircom at: 27-Mar-2009 15:28


Hi, I can set timeout value for network access by using: system/schemes/default/timeout: 1 then try and it wait 1 second maximum: "close open tcp://192.168.92.5:80" but when I set "system/schemes/default/timeout: 0.3" then it waits too long (or forever?) is it possible to wait less than a second?

 [2/2] from: anton::wilddsl::net::au at: 31-Mar-2009 15:16


I'm sorry, it doesn't appear to be possible, using OPEN. I tried setting system/schemes/default/timeout: 0:0:0.5, but that doesn't work either. Anton. =DEemseddin Moldibi [ Bircom ] wrote: