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

[REBOL] Re: About Rebol

From: petr:krenzelok:trz:cz at: 27-Jun-2001 17:40

> I'm using Unix/OpenBSD and Windows. Windows for client applications and > Command at OpenBSD to give access to my CGI applications. What did you
think
> about the performance with FastCCGI ? Does it handle a server stress with > multiple connections ?
FastCGI seems to be cool concept.You can look for basic characteristics at http://www.fastcgi.com The site structure is pretty narrow, so you will easily find document describing performance of FastCGI.
> ok. I'll do it.. But Can I distribute my applications like .exe files > encapsulated to my users with View/Pro? or it's 99US$ per user?
You can't distribute your Rebol apps as exe files, unless you have Rebol Runtime. It is not available yet, though. 99USD means 99USD per client - full Rebol/View installation.
> Ok. What about the Manuals, User guides, etc ? Are they included in PDF > format ?
Manuals are included - html ones though. But you can find most of manuals on Rebol website, including /Command's ones - http://www.rebol.com/docs/cmdug.html -pekr-