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

[REBOL] Re: no-wait for scheme

From: patrick::philipot::laposte::net at: 19-Aug-2003 9:27

Hi Nenad, None of your suggestions did work. However it forces me to look into this more deeper. So in the end I replaced this line (1) by this line(2). (1) port/sub-port/state/flags: 524835 (2) port/sub-port/state/flags: 526883 Where did this *magic* value come from? A simple probe on the opened port (see below). Anyway, thanks for your help. It put me back on track when I was about to give up. Regard Patrick
>> db: open/binary/no-wait tcp://localhost:3001 >> probe db
make object! [ scheme: 'tcp host: "localhost" port-id: 3001 user: none pass: none target: none path: none proxy: none access: none allow: none buffer-size: none limit: none handler: none status: none size: none date: none url: none sub-port: none locals: none state: make object! [ flags: 526883 <<<<<<<<<<<<<<<<<<<<<<<<<<<<< HERE misc: [308 [] 0] tail: 0 num: 0 with: "^M^/" custom: none index: 0 func: 3 fpos: 0 inBuffer: none outBuffer: none ] timeout: none local-ip: 127.0.0.1 local-service: none remote-service: none last-remote-service: none direction: none key: none strength: none algorithm: none block-chaining: none init-vector: none padding: none async-modes: none remote-ip: 127.0.0.1 local-port: 4882 remote-port: 3001 backlog: none device: none speed: none data-bits: none parity: none stop-bits: none rts-cts: true user-data: none awake: none ]