Yassine CHAOUCHE
07/20/2022, 1:23 PMYassine CHAOUCHE
07/20/2022, 1:24 PMYassine CHAOUCHE
07/20/2022, 1:24 PMStefano Bonicatti
07/20/2022, 1:25 PMevents_optimize
is doing, is to prevent events that have already been queried to show again at a subsequent query from the same scheduled query.
The problem though is that when you query/join two separate evented table, the events can appear at different times. Like the process events can appear before the query actually runs but the socket event appears afterYassine CHAOUCHE
07/20/2022, 1:26 PMStefano Bonicatti
07/20/2022, 1:26 PMStefano Bonicatti
07/20/2022, 1:27 PMprocesses
table to match against (but then the process might not be running anymore), or you create 2 separate queries, where each feeds results to a backend, and the query is done in the backendYassine CHAOUCHE
07/20/2022, 1:27 PMYassine CHAOUCHE
07/20/2022, 1:28 PMStefano Bonicatti
07/20/2022, 1:29 PMYassine CHAOUCHE
07/20/2022, 1:32 PMYassine CHAOUCHE
07/20/2022, 1:33 PMYassine CHAOUCHE
07/20/2022, 1:34 PMYassine CHAOUCHE
07/20/2022, 1:34 PMYassine CHAOUCHE
07/20/2022, 1:35 PMYassine CHAOUCHE
07/20/2022, 1:35 PM{
"name": "net.connexions",
"hostIdentifier": "ychaouche-PC",
"calendarTime": "Wed Jul 20 13:33:53 2022 UTC",
"unixTime": 1658324033,
"epoch": 0,
"counter": 1,
"numerics": false,
"columns": {
"action": "connect",
"cmdline": "curl <http://facebook.com|facebook.com>",
"epoch": "1658324030",
"local_port": "0",
"remote_address": "157.240.196.35",
"remote_port": "80",
"status": "in_progress",
"time": "2022-07-20 13:33:50"
},
"action": "added"
}
Yassine CHAOUCHE
07/20/2022, 1:36 PMStefano Bonicatti
07/20/2022, 1:36 PMStefano Bonicatti
07/20/2022, 1:37 PMYassine CHAOUCHE
07/20/2022, 1:37 PMYassine CHAOUCHE
07/20/2022, 1:37 PMint connect(int sockfd, const struct sockaddr *addr,socklen_t addrlen);
Yassine CHAOUCHE
07/20/2022, 1:38 PMStefano Bonicatti
07/20/2022, 1:39 PMStefano Bonicatti
07/20/2022, 1:39 PMStefano Bonicatti
07/20/2022, 1:40 PMbind
Yassine CHAOUCHE
07/20/2022, 1:42 PMEAGAIN No more free local ports [...].
Yassine CHAOUCHE
07/20/2022, 1:44 PMRafa
07/20/2022, 2:25 PMHugh (Zercurity)
07/20/2022, 2:27 PMHugh (Zercurity)
07/20/2022, 2:27 PM