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

World: r3wp

[!Cheyenne] Discussions about the Cheyenne Web Server

Graham
26-May-2007
[535]
So, we construct an ideogram around that.
BrianH
26-May-2007
[536]
An arrow shot into a gun barrel, like you see in Green Arrow comics 
all the time?
Graham
26-May-2007
[537x2]
How about a tent ... lightweight website home
easily stylized and non violent
BrianH
26-May-2007
[539]
Whatever tent style the Cheyenne used...
Dockimbel
26-May-2007
[540x2]
Thank you guys for your interesting propositions ;-)
Brian, don't worry, I won't spend much time on that. Btw, thanks 
for the cheerleading !
Graham
26-May-2007
[542x3]
I think a tent is pretty close to ideal ...
Although other nomadic cultures used tents, they are mostly associated 
with the Indian nations
It's portable and easily setup .. a feature of Cheyenne
Dockimbel
26-May-2007
[545]
Looks like it fits well the concept.
Graham
26-May-2007
[546]
and like most websites ..it's a home under construction :)
btiffin
26-May-2007
[547]
I don't know, but a "powered by" integrated over the current Cheyenne 
logo would be
fine by me...well that, and a transparent background.
Terry
26-May-2007
[548]
powered by a tent
BrianH
26-May-2007
[549]
Hosted in a tent. Good point though.
Volker
26-May-2007
[550]
Linux is like a wigwam?^^
Graham
27-May-2007
[551]
This weekend is nearly finished for me ... any chance of Cheyenne 
being released soon?
Dockimbel
27-May-2007
[552]
It's early sunday here, I've just woke up, I need the whole day to 
finish the doc and make the release.
Graham
27-May-2007
[553x2]
Ok.
Don't spend too much time on the logo :)
Dockimbel
27-May-2007
[555x2]
;-)
I have to delay the Cheyenne release by one day due to numerous issues 
today while running it on Linux. Among these issue are rebol crashing 
bugs on linux (like mold/all/flat, listed on RAMBO).
Henrik
27-May-2007
[557]
if you don't use flat, it doesn't crash. pretty simple. (I was the 
reporter)
Dockimbel
27-May-2007
[558]
Yes, Henrik, I saw that after spending almost one hour trying to 
figure out why was encapped Cheyenne crashing with segfault on some 
requests...
Dockimbel
28-May-2007
[559x3]
Just a few words to say that thanks to Will, I've managed to fix 
an important issue regarding port leaking in Cheyenne, and we even 
patched Will's server in live without having to reboot Cheyenne (kind 
of open heart surgery). The new release is almost ready, but I'm 
late with the documentation and website update, so I guess that I'll 
make a first release here for the people already using it and make 
a public release on the website with documentation (and logos for 
btiffin ;-)) on wednesday night.
A brand new bugtracker (in RSP) will be online by the end of the 
week, so I'll be able to track more easily and reliably all issues 
regarding Cheyenne and any other of my projects.
The bugtracker will be fully open sourced and will also serve as 
demo of a complete online application done in RSP with a DB backend 
(MySQL currently).
Graham
28-May-2007
[562]
cool
Will
28-May-2007
[563]
I'd say GREAT! the live patching was a real adrenaline experience 
8-))
btiffin
28-May-2007
[564]
great news.
BrianH
28-May-2007
[565]
I always love your work :)
Maarten
29-May-2007
[566]
Love it!
DaveC
29-May-2007
[567]
Look forward to your new release. Keep up the good work!
Dockimbel
29-May-2007
[568]
Thanks you all, guys, for your enthusiasm! :-)
Henrik
29-May-2007
[569]
looking forward to trying it. will Cheyenne be R2 only?
Pekr
29-May-2007
[570x2]
So RSP and sessions are already working? That's cool! Top quality 
http server which does not need to be installed!
And I am loooking forward to compare Cheyenne R2 vs Cheyenne R3 (using 
threads), and to see speed, and system resources requirements :-)
Will
29-May-2007
[572]
about R2, have an ajax app with db calls (ok mysql +query cache enabled) 
, 200 reqs/sec brings a dualG5 2GHz at 80% cpu pretty fast 8-)
Pekr
29-May-2007
[573x2]
isn't 200 req/sec job for some server, than desktop machine? ;-)
ah, misplace RSP with RPC, heh :-) RSP - typical old model :-)
Will
29-May-2007
[575]
now that Cheyenne is ultrastable on heavy traffic, I'm more looking 
forward to a Intel native rebol for os x running on a 8core xserve 
than a R3 version ;-)
Pekr
29-May-2007
[576x2]
why? Shouldn't R3 be just more async and shouldn't threading be there 
to provide us with better scaling?
btw - could I do following? Set my .html files to be treated as CGI, 
via some handler? I can't stand using mixing templates with html 
codes, especially in that manner, where your template code ruins 
normal browser display ....
Will
29-May-2007
[578x2]
still looking forward to a faster R3 version, shouldn't be to hard 
to add machines and distribute task-handlers , and if the main process 
get too busy, put a lighthttpd proxy in front.
not sure I understand but you can set .html in config to be handled 
by rsp
Pekr
29-May-2007
[580]
I simply want my index.html (or other) to be submitted to mine registered 
cgi, which I call rsp.cgi. This "dispatcher" looks into list, if 
this page is registered as dynamic, and if not, returns requested 
html page directly, or scans it for module names, which are then 
loaded and know what to do. I simply want my gfx man to have free 
hands, not requiring to fill any rebol code into templates - just 
marking sections ...
Will
29-May-2007
[581]
you could pretty easly write a mod, you may able to do that with 
mod-rewrite which get called in the url-translate phase
Pekr
29-May-2007
[582]
ok, fair enough, thanks :-)
Maarten
29-May-2007
[583]
Doc: will Cheyenne also be available as source and Linux binary (and 
FreeBSD)? If you need help whit encapping, let me know.
Dockimbel
29-May-2007
[584]
Yes, it will be released also as binaries in separate packages (apart 
from the source code package). I already have binaries for windows 
and linux, i'll be glad if you could encap it for FreeBSD.