Megatest

Changes On Branch 6dacc1f97054e335
Login

Changes In Branch v2.001-direct Excluding Merge-Ins

This is equivalent to a diff from 5e8db5c53d to 6dacc1f970

2023-01-24
17:55
Semi-speculative 'fixes' for transient communications problems. check-in: 490ba0207e user: matt tags: v2.0001
14:32
Work and return direct Leaf check-in: 6dacc1f970 user: mrwellan tags: v2.001-direct
08:59
Put changes to ulex-full into ulex check-in: 5e8db5c53d user: matt tags: v2.0001
08:16
Fixed dashboard updater issues. check-in: 51ee5bb785 user: matt tags: v2.0001

Modified megatest.scm from [17b2f9374a] to [b388a1c261].

161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
	  testsmod
	  dbmgrmod
	  
	  ulex
	  )

;;   ;; ulex parameters
;;   (work-method 'direct)
;;   (return-method 'direct)
  
  ;; ulex parameters
  ;; (work-method   'mailbox)
  ;; (return-method 'mailbox)

(my-with-lock common:with-simple-file-lock)
  







|
|







161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
	  testsmod
	  dbmgrmod
	  
	  ulex
	  )

;;   ;; ulex parameters
(work-method 'direct)
(return-method 'direct)
  
  ;; ulex parameters
  ;; (work-method   'mailbox)
  ;; (return-method 'mailbox)

(my-with-lock common:with-simple-file-lock)
  

Modified mtserve.scm from [8e967876ca] to [f0abf26c89].

157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
;;	  rmtmod
;;	  runsmod
;;	  servermod
;;	  tasksmod
;;	  testsmod
	  dbmgrmod
;;	  
;;	  ulex
	  )

;;   ;; ulex parameters
;;   (work-method 'direct)
;;   (return-method 'direct)
  
  ;; ulex parameters
  ;; (work-method   'mailbox)
  ;; (return-method 'mailbox)

;; (my-with-lock common:with-simple-file-lock)
;;   







|



|
|







157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
;;	  rmtmod
;;	  runsmod
;;	  servermod
;;	  tasksmod
;;	  testsmod
	  dbmgrmod
;;	  
	  ulex
	  )

;;   ;; ulex parameters
(work-method 'direct)
(return-method 'direct)
  
  ;; ulex parameters
  ;; (work-method   'mailbox)
  ;; (return-method 'mailbox)

;; (my-with-lock common:with-simple-file-lock)
;;