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

[REBOL] Re: Rebol/command, fastCGI, session id, frames, etc....

From: agem:crosswinds at: 23-Jun-2001 21:30

RE: [REBOL] Rebol/command, fastCGI, session id, frames, etc.... Hi pekr, there is ipc if there is tcp. have a look at %lock-file.r in the reb-library. Purpose: "To provide functions for voluntary resource locking in rebol" it runs a on a seperate rebol as server, you can lock and unlock names via network. so if each user has a "name", you could lock him and unlock if request finished. other operations started have to fail or wait when user locked. should work even with multiple fast-cgi-rebols. (i think similar stuff could be done with rugby?) also there is a script %auth.r on rebol.org which says Purpose: "Provides secure authentication of users over a TCP connection" had only a short look. communicators are rebols. maybe somehow adaptable to html/cookies and that? both by Cal Dixon no idea about multi-requests for one frame yet. -Volker [petr--krenzelok--trz--cz] wrote: