1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17:
piece of jsp ... MyClass parser = new MyClass(...); Thread myThread1 = new Thread(parser); myThread1.setPriority(3); myThread1.start(); ... piece of Hibernate config file ... false false 50 true ...