comparison tests/Test_Cforkbomb.java @ 391:f523727db392

Moved Java classes from packages starting with nl.cwi.monetdb.* to package org.monetdb.* This naming complies to the Java Package Naming convention as MonetDB's main website is www.monetdb.org.
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Thu, 12 Nov 2020 22:02:01 +0100 (2020-11-12)
parents 54137aeb1f92
children bf9f6b6ecf40
comparison
equal deleted inserted replaced
390:6199e0be3c6e 391:f523727db392
45 } 45 }
46 } 46 }
47 47
48 public static void main(String[] args) throws Exception { 48 public static void main(String[] args) throws Exception {
49 Test_Cforkbomb.args = args; 49 Test_Cforkbomb.args = args;
50 // Class.forName("nl.cwi.monetdb.jdbc.MonetDriver"); // not needed anymore for self registering JDBC drivers
51 50
52 // just DoS the server full throttle :) 51 // just DoS the server full throttle :)
53 int i; 52 int i;
54 for (i = 0; i < 200; i++) { 53 for (i = 0; i < 200; i++) {
55 Worker w = new Worker(i); 54 Worker w = new Worker(i);