[REBOL] Re: /core async example

2004-03-05 Thread Romano Paolo Tenca
> That was a fast patch, here it is a correction. The dns://async port seems to > have some strange problems, this this a workaround: The workaround does not work perfectly. I am not able until now to understand when/where the bug happens. It seems to me that under some conditions (dns:///async f

[REBOL] Re: /core async example

2004-03-05 Thread Maarten Koopmans
>About rebol.org. I have another version of async deeply changed. But it is not >ready for a release. > > > I know that :-) The thing is that this is one of the most wanted features with the Plugin from the last 2-3 years. So when you *do* feel it is ready for release. That's why I wrote

[REBOL] Re: /core async example

2004-03-05 Thread Romano Paolo Tenca
Hi Maarteen, > Don't you think it would be a good idea to post it to rebol.org, so > everybody gets noticed of little bugfixes and enhancements? Surely > async:// adds enough to REBOL to let people use it/enhance it. That was a fast patch, here it is a correction. The dns://async port seems to h

[REBOL] Re: /core async example

2004-03-05 Thread Maarten Koopmans
Hi Romano (and Gabriele), > >about the crash with not found address: they are not supported. >The async:// protocol is simply "unfinished" as is stated in the Rebol header. > > Don't you think it would be a good idea to post it to rebol.org, so everybody gets noticed of little bugfixes and enh

[REBOL] Re: /core async example

2004-03-05 Thread Romano Paolo Tenca
p" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 05, 2004 8:21 AM Subject: [REBOL] Re: /core async example > > Romano, Gabriele and Ammon, > > thank you for the feedback! > > I've done 2 variations of the original > and put some com

[REBOL] Re: /core async example

2004-03-04 Thread Will Arp
Romano, Gabriele and Ammon, thank you for the feedback! I've done 2 variations of the original and put some comments. You can find them here: http://reboot.ch/space/get-fast Will -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: /core async example

2004-03-04 Thread Romano Paolo Tenca
Hi, Will I should write it in the following mode. Some notes: 1) you can set the awake function using make port! port: make port! [scheme: 'async host: hst port-id: 80 awake: :handl] you cannot use the words 'host or 'handler because the block is bound to the port before execution (like

[REBOL] Re: /core async example

2004-03-04 Thread Gabriele Santilli
Hi Will, On Thursday, March 4, 2004, 5:27:04 PM, you wrote: WA> Must have something to do with: WA> clear system/ports/wait-list WA> but than I would appreciate Gabriele or Marteen opinion on WA> why that should not be done, and what is the right way to WA> do it. When you close the port,

[REBOL] Re: /core async example

2004-03-04 Thread Ammon Johnson
should not happen!} Enjoy!! ~~Ammon ;~> - Original Message - From: "Will Arp" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 04, 2004 9:27 AM Subject: [REBOL] Re: /core async example > > yeap, I did get those errors, but rarely. > M

[REBOL] Re: /core async example

2004-03-04 Thread Will Arp
yeap, I did get those errors, but rarely. Must have something to do with: clear system/ports/wait-list but than I would appreciate Gabriele or Marteen opinion on why that should not be done, and what is the right way to do it. Thanks, Will On 4 mar 2004, at 16:42, Ammon Johnson wrote: > > Fro

[REBOL] Re: /core async example

2004-03-04 Thread Ammon Johnson
>From REBOL/Command 2.5.6.3.1 console... >> loop 10 [get-fast urls] www.microsoft.com www.microsoft.com www.microsoft.com www.microsoft.com www.rebol.net ** Access Error: Port none not open ** Where: get-fast ** Near: res: res or async/awake async >From REBOL/Link 1.0.5.3.1 console... >> loop 1