r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[!REBOL3-OLD1]

Jerry
26-Dec-2009
[20483]
Ok, I will try it.
Gabriele
26-Dec-2009
[20484]
screen -d -m /path/to/rebol args
Jerry
26-Dec-2009
[20485]
thanks Grbriele
Gabriele
26-Dec-2009
[20486]
you're welcome
Jerry
26-Dec-2009
[20487]
My system is developed in R3. To be honest with you, they don't like 
it. Now with the launch issue, they have more reason to complain 
about REBOL.
Gabriele
26-Dec-2009
[20488]
well... it is daring to do anything with R3 at this point... :)
Jerry
26-Dec-2009
[20489x2]
Thanks Gabriele, your method with screen seems to work.
I know R3 is still in alpha. I just love it too much.
Gabriele
26-Dec-2009
[20491]
i can't blame you...
Jerry
26-Dec-2009
[20492x3]
Gabriele, you are a life saver. I was arguing with the admin just 
a few minitues ago, now the problem is gone with your method. Thanks 
to you. I owe you one.
Thanks to Peterwood too. Maybe REBOL should have the spawn function 
too. :-)
UDP is not supported in R3, right?
Robert
26-Dec-2009
[20495]
Poste two blogs: Some experience with R3 extensions & TCP sequence 
diagram. See:
www.robertmuench.de/blog
Pekr
26-Dec-2009
[20496x2]
Robert - post your Extensions blog article to Extensions group in 
R3 Chat, for Carl to notice. Maybe he will get some ideas for further 
enhancing/simplifying work with Extensions ...
Robert - btw - wrt port/device signalling - http://www.rebol.net/wiki/TCP_Port_Details
PeterWood
26-Dec-2009
[20498]
Nobody has written a UDP scheme for Rebol3 yet. I believe at the 
moment the only comms scheme is http.
Steeve
26-Dec-2009
[20499x2]
We can't, it has to be coded by Carl or someone with the source because 
of the API calls.
or via an extension
BrianH
26-Dec-2009
[20501]
Via the host code, actually. We can't do device extensions yet, but 
we can ad device types to the host code.
Paul
27-Dec-2009
[20502]
How good is the current networking implementation in R3?  Any notable 
bugs?  I'm looking to build a OPC Server in R3.
Pekr
27-Dec-2009
[20503]
OPC?
Paul
27-Dec-2009
[20504x2]
http://www.opcfoundation.org/
http://www.opcfoundation.org/Default.aspx/01_about/01_whatis.asp?MID=AboutOPC
Henrik
27-Dec-2009
[20506]
well, ports appear to have bugs, but are largely feature complete. 
the "problem" is that they are untested.
Pekr
27-Dec-2009
[20507]
where's the port code placed? Host code, or kernel?
Steeve
27-Dec-2009
[20508]
what do you mean by port code ? it's hard coded
Pekr
27-Dec-2009
[20509]
I mean C layer to port code ....
Paul
27-Dec-2009
[20510]
Henrik, any of those bugs that are notable?  Someting significant 
enough to possibly deter development?
Henrik
27-Dec-2009
[20511]
The ones that are found are in Curecode.
Paul
27-Dec-2009
[20512]
thanks Henrik.
BrianH
28-Dec-2009
[20513x3]
The code that implements the port model is in the kernel. The code 
that implements the individual device types is in the host code.
The port scheme code is mezzanine, though the ports implemented through 
devices only have stub mezzanine code.
Since a device is by its nature an interface between R3 and some 
external thing, such code wold always be in the host code. Or later 
in a device extension, once we get those.
Pekr
28-Dec-2009
[20516]
Carl's a bit silent lately. I wonder if he is working on new website, 
or continuing his work on Host Kit ....
Rebolek
28-Dec-2009
[20517]
Or enjoying Christmas :)
Pekr
28-Dec-2009
[20518]
yes, that might be, an eventual option :-)
PeterWood
29-Dec-2009
[20519]
Does anybody else think that the news of the new Rebol 2 release 
and especially the inclusion of SSL has significantly raised the 
bar on a R3 beta?
Pekr
29-Dec-2009
[20520]
I don't think so ... REBOL is in such a bad public acceptance shape, 
that releasing SSL and ODBC will not imo help. At least not to bring 
new ppl. But - you might be right, that it might a bit encourage 
current rebollers ...
Henrik
29-Dec-2009
[20521]
should have been done a couple of years ago
BrianH
29-Dec-2009
[20522]
PeterWood, no the new R2 release hasn't raised the bar for the R3 
beta - that bar is high already. The beta will still be released 
with the features it was going to have before. The rapid release 
model means that there will never be such a thing as a "final" feature 
set - the feature set will always be the current one, with more to 
come. The first release will not have feature parity with R2; some 
features will be better, some not there yet.
Pekr
29-Dec-2009
[20523]
So you know target feature set for 3.0 beta? The feature-set was 
outlined in project-plan document, which is not however being a guideline 
anymore, and I think it never was ....
BrianH
29-Dec-2009
[20524x2]
PeterWood, no the new R2 release hasn't raised the bar for the R3 
beta - that bar is high already. The beta will still be released 
with the features it was going to have before. The rapid release 
model means that there will never be such a thing as a "final" feature 
set - the feature set will always be the current one, with more to 
come. The first release will not have feature parity with R2; some 
features will be better, some not there yet.
Sorry, I didn't realize that post had gone through - it just showed 
up.
BrianH
30-Dec-2009
[20526x2]
Pekr, I don't know the whole target feature set aside from what's 
in the document. However, I do know that SSL and ODBC are nlikely 
to be added for the 3.0 beta release for significant practical reasons. 
The R2 release doesn't change that because R2 already had that code, 
and it's not at all portable to R3.
nlikely -> unlikely
Pekr
30-Dec-2009
[20528]
I would like to see Extensions and Host code finished to final state 
(it means support for devices, vectors, callbacks, etc.), and concurrency 
added too, or it imo has no sense to call it a beta ...
BrianH
30-Dec-2009
[20529x4]
Rapid release model, remember. There's no such thing as a final feature 
set. Beta means that what is there is expected to work.
Nonetheless, extensions and host code in a more usable state is likely. 
Concurrency less so for the 3.0 release - concurrency is a big issue 
that needs more review, particularly once the subtleties of the model 
are well known enough to make the mezzanines task-safe.
Task-safety will require a full code review, natives included. Probably 
some adjustments to the system model and module code too.
And in the meanwhile, R3 is usable for some purposes now. More so 
with some bug fixes. It will be time to go beta soon.