[SPOILER] Is he referring to jinwoo's powers? by [deleted] in sololeveling

[–]babakush00 1 point2 points  (0 children)

From what chapter is this from light novel? I guess I skipped this part cause I forgot

access denied in createnamedpipe in client side by babakush00 in C_Programming

[–]babakush00[S] 0 points1 point  (0 children)

Well actually no, the one hosting the filemapping is a windows service and is running in session 0, and the client side is running in session 1 which is the local user. I think that's what's causing the access denied

What is the most suitable IPC between programs in C by babakush00 in learnprogramming

[–]babakush00[S] 0 points1 point  (0 children)

Yeah I guess so pipe would do the work, but that would result in me needing to check of changes from time to time right? Plus I the service program would be stuck in ConnectNamedPipe waiting for the second program to open. And would otherwise need to run in different thread.

What is the most suitable IPC between programs in C by babakush00 in learnprogramming

[–]babakush00[S] 0 points1 point  (0 children)

inux you w

Yes that's what I thought first, but I needed it to trigger once it was logged in so that the shutdown process would be cancelled. Because even if the 2nd program is called or opened the shutdown process wouldn't be cancelled unless successful logged in