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

Ports and system scaling ...

 [1/2] from: petr::krenzelok::trz::cz at: 17-Oct-2000 20:26


Hi, I would like to ask about possibility of REBOL system scalling. Let's assume following scenario: ... main rebol session running script similar to Sterling's reb-proxy.r. The script is storing connections in the block, running in loop and serving new connection. But - current aproach doesn't scale - how much connections is REBOL able to handle in one session? Maybe better question is - how much connection is effective to be handled by one task? Now probably the most fundamental question comes - is ti possible to launch new REBOL session (it is currently possible with 'launch function and will be possible in future by planned rebol multitasking capabilities) and send new session the connection to handle? E.g. - start new rebol session for each incoming 10 connections. Just curious, Thanks, -pekr-

 [2/2] from: ptretter:charter at: 17-Oct-2000 13:40


Could someone post a sample script of two ports listening as with all do respect to Holger I just dont get it. I tried different ideas and can't seem to understand how. Paul Tretter