Megatest

Check-in [6dacc1f970]
Login
Overview
Comment:Work and return direct
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | v2.001-direct
Files: files | file ages | folders
SHA1: 6dacc1f97054e33522bd07b4cf0a9de0f12b8d0d
User & Date: mrwellan on 2023-01-24 14:32:14
Other Links: branch diff | manifest | tags
Context
2023-01-24
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
Changes

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)
;;