File: shared_jvm_server.pl

package info (click to toggle)
libinline-java-perl 0.67-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 716 kB
  • sloc: perl: 3,817; java: 2,621; makefile: 35; sh: 1
file content (13 lines) | stat: -rw-r--r-- 143 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
use strict ;

use blib ;

use Inline(
	Java => 'STUDY',
	SHARED_JVM => 1,
) ;

print "Shared JVM server started\n" ;
while (1){
	sleep(60) ;
}