Language:
Rebol     Change language:
Pastebin: 92425
Author: middayc
Subject: stress test scrip for lua server
Created: 2008-07-25 07:35:04
Download and save
Toggle line numbers
1REBOL [ ] 
2 
3print now 
4 
5con: open/direct/lines/no-wait tcp://localhost:9049 
6a: 1 
7 
8forever
9    insert con join "AAAAAAAAAAAAAAAAAAAAAAAAAAAA" a 
10    ret: [] 
11    while [ ret = [] ] [ ret: copy con
12    a: a + 1 
13    print ret 
14    print now 
15
16close con 
Thread:
[92425] stress test scrip for lua server by middayc at 2008-07-25 07:35:04
Tip: Click the line numbers to toggle highliting on that line.

Paste followup:

Language:
Author:
Subject:


    Tabstop:     bigger biggest
Note: You can prefix a line with "@@@" to highlight it.