개요 - multi process간에 사용할 semaphore 를 c++로 구현함. - named semaphore를 사용 - semaphore name은 process명으로 자동 사용 Source Code /* Copyright (C) * 2021 - doitnowman * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later versio..