Hi Willy, I saw Christopher changes are now merged. I was wondering how to proceed with my issue. Right now in stream_new() I'm able to get cs_endpoint and appctx (if endpoint is applet), so I can get thread_mask of appctx to create a stream task on the same thread. Is this approach correct?
Kind regards czw., 7 kwi 2022 o 22:32 Maciej Zdeb <[email protected]> napisał(a): > Hi Willy, > I adjusted the 3rd patch to use HA_ATOMIC_INC/HA_ATOMIC_DEC. Thanks! > > czw., 7 kwi 2022 o 14:02 Willy Tarreau <[email protected]> napisał(a): > >> There are some ongoing changes in that area that are about to be merged >> (probably early >> next week) and that will help for this task, so we'll have a closer look, >> and it's very likely that we could proceed like this soon. >> > > Great! I must admit that I imagined a stream_new_on() function but after > looking at stream_new() I thought I'd better ask for help. ;-) > > Kind regards, > Maciej > >

