|
9389edfc57
|
core: use actor API as base for context and message handling: basically working
|
2025-05-03 17:36:27 +02:00 |
|
|
80d971bb59
|
work in progress: generic send function in core/actor, to be used by core:context
|
2025-05-02 20:49:40 +02:00 |
|
|
92b26c74bb
|
message: use actor:message as second base class => replace message:sender with actor:customer
|
2025-05-02 14:41:27 +02:00 |
|
|
40b8a0791b
|
core/actor: first version of bg-actor (=process)
|
2025-04-14 18:59:36 +02:00 |
|
|
ca78d3b65e
|
core/actor: show using :customer parameter
|
2025-04-14 09:43:44 +02:00 |
|
|
4639108092
|
core/actor: example actor, with function mapping: calculator
|
2025-04-13 15:13:54 +02:00 |
|
|
1575040324
|
core/actor: message class, improvements
|
2025-04-13 12:00:45 +02:00 |
|
|
32913677fd
|
core/actor: first primitive implementation
|
2025-04-13 10:13:04 +02:00 |
|
|
b4762d5003
|
work in progress: actor
|
2025-04-13 08:55:33 +02:00 |
|
|
b4ee477329
|
rename async:task to fg-task
|
2025-04-12 10:46:26 +02:00 |
|
|
66dcb7672a
|
start working on classical (Hewitt) actor stuff; + async improvements
|
2025-04-12 10:30:08 +02:00 |
|
|
5c2126805d
|
fix async stuff: kernels, interrupt handlinng
|
2025-03-16 11:09:53 +01:00 |
|
|
e7178b20d9
|
work in progress: render login form
|
2025-03-14 13:23:41 +01:00 |
|
|
fb33a65d54
|
explicit definitions for service and root-service classes, using async and blocking task classes
|
2025-03-10 15:00:10 +01:00 |
|
|
5cd84f356c
|
core:service: use async:task for concurrent / parallel processing
|
2025-03-06 16:03:08 +01:00 |
|
|
c6ec682937
|
work in progress: use util/async for core:service
|
2025-03-06 14:07:33 +01:00 |
|
|
0da989d73a
|
allow / check for :quit action to stop a background service (task)
|
2025-02-15 16:57:53 +01:00 |
|
|
c90d953f2b
|
core: service: use lparall: start task, send: push-queue
|
2025-02-15 15:48:58 +01:00 |
|
|
c61d3bcfd3
|
core: start working with lparallel queues and background tasks
|
2025-02-15 12:05:21 +01:00 |
|
|
dc37f7778a
|
get red of default-actions
|
2025-02-15 10:01:27 +01:00 |
|
|
7628cd7e49
|
move code for keeping services running to scopes/core
|
2025-02-14 15:21:11 +01:00 |
|
|
89ec658652
|
rename factory to meta, with slight functionality change; work in progress: use in storage ...
|
2024-10-12 12:01:14 +02:00 |
|
|
19054f600f
|
work in progress: use factory object for creating records
|
2024-10-12 09:37:17 +02:00 |
|
|
d0c990fe7b
|
provide 'print-slots'; work in progress: record (item) meta information
|
2024-10-11 07:59:59 +02:00 |
|
|
4d9328104f
|
web/response: set up test call for set-cookie, + minor improvements
|
2024-08-31 09:55:12 +02:00 |
|
|
487279bc1b
|
core:select actions: stop at first match, do not collect all matching actions
|
2024-08-30 16:21:12 +02:00 |
|
|
974937cba7
|
web/response:interaction: simplify action definition with core:define-actions
|
2024-08-30 14:47:09 +02:00 |
|
|
0bedb8ee33
|
web/response: make interaction subclass of new base-context class, store message = action
|
2024-08-30 11:26:40 +02:00 |
|
|
1cc19753d4
|
util: fixes and improvements
|
2024-08-30 08:37:53 +02:00 |
|
|
9377ab116a
|
web/response, work in progress: more on response message processing by interaction
|
2024-08-29 21:57:24 +02:00 |
|
|
cf7d85af4d
|
web/server: log request cookies; fix old log and print-object stuff
|
2024-08-28 14:57:47 +02:00 |
|
|
8f418400aa
|
add data-fields and -values to shape:record; use for auth:principal
|
2024-08-18 10:37:05 +02:00 |
|
|
5c1838b347
|
auth test, work in progress: get static login data from config / .env
|
2024-08-13 16:38:39 +02:00 |
|
|
dafce6f2d2
|
minor formal improvements: use eql, print-unreadable-object, string in put with newlines
|
2024-08-01 17:48:13 +02:00 |
|
|
75d63e0c89
|
work in progress: storage/msglog: table creation OK
|
2024-07-27 23:06:04 +02:00 |
|
|
e9f9abd4a0
|
redefine message as subclass of shape:record
|
2024-07-25 21:23:28 +02:00 |
|
|
32c4f5ced1
|
get rid of 'head-as-list'
|
2024-07-25 19:57:43 +02:00 |
|
|
4d199a1d92
|
refactor core data types:simpliry message head, start with shape package
|
2024-07-07 18:24:51 +02:00 |
|
|
48e2fde93a
|
get rid of make-message
|
2024-07-07 15:06:50 +02:00 |
|
|
797b291262
|
minor improvements on message handling, server response, echo handler
|
2024-07-07 11:04:16 +02:00 |
|
|
9c3f68740c
|
web/server: use simple echo action handler for first full set-up of message handling chain with response object
|
2024-07-06 23:02:19 +02:00 |
|
|
0424b3167c
|
server (basic impl): handle action using response object
|
2024-07-05 14:45:14 +02:00 |
|
|
48855bacbb
|
server: work in progress: handle message, prepare response
|
2024-07-05 11:43:08 +02:00 |
|
|
9dbc637955
|
provide code for supplying and selecting default-actions (like (:system :stop))
|
2024-07-05 10:09:48 +02:00 |
|
|
999589a380
|
set up logging an all sub-system tests
|
2024-07-04 07:06:38 +02:00 |
|
|
5ed409fe4a
|
set up logging in test-web
|
2024-07-04 06:57:48 +02:00 |
|
|
093509863a
|
provide logging package = config for log4cl; set up app/demo accordingly
|
2024-07-03 17:31:10 +02:00 |
|
|
ea86a2def0
|
clarify message creation: make-message with data as &key parameter
|
2024-06-30 10:00:05 +02:00 |
|
|
df9ee430af
|
more config simplifications with config:*root* and config:*current*
|
2024-06-27 10:09:04 +02:00 |
|
|
f248fc9e67
|
web/server: use woo as server component, + fixing stream access; + other fixes
|
2024-06-26 13:47:56 +02:00 |
|