fork vs thread in Compiler_PlatformPosix

28 views
Skip to first unread message

Daniel Moodie

unread,
Aug 16, 2017, 4:30:49 PM8/16/17
to Runtime-Compiled C++
Hi,

I'm debugging some issues with RCC on Linux right now and I'd like to know the reasoning behind using a fork in Compiler_PlatformPosix instead of a thread for monitoring the compile.

I'm not terribly familiar with fork's on Linux so this is proving difficult to debug.

Doug Binks

unread,
Aug 17, 2017, 4:43:25 AM8/17/17
to runtimecompi...@googlegroups.com
Fork was simply the easier option to use.

It would probably be wise to move to creating a thread though - I can make that change if you need it.

--
You received this message because you are subscribed to the Google Groups "Runtime-Compiled C++" group.
To unsubscribe from this group and stop receiving emails from it, send an email to runtimecompiledcplusplus+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages