Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

security, pipes, gmake

0 views
Skip to first unread message

Ram Subbaroyan

unread,
Sep 15, 1995, 3:00:00 AM9/15/95
to
I have 3 unrelated questions

1) Is there any doc that explains security on NT as regargds to the C-Run time
library. What if I have code that uses both the WIN32 api and C run time
libaray to read same file. How do the Win32 access rights map on the the C-run
time library?

2) Are there binaries for GNU make on the net somewhere?

3) Can one thread open a pipe in message mode for reading at one one end but have
multiple threads writing at the other end to the same instance of the pipe. I do
not want to close and reopen the pipe everytime.

Thanks for your help.

ram

Kevin Collins

unread,
Sep 20, 1995, 3:00:00 AM9/20/95
to
In article <1995Sep15.0...@RedBrick.COM>, ra...@kaos.RedBrick.COM says...

>
>I have 3 unrelated questions
>
>1) Is there any doc that explains security on NT as regargds to the C-Run time
>library. What if I have code that uses both the WIN32 api and C run time
>libaray to read same file. How do the Win32 access rights map on the the C-run
>time library?

I'm sure I saw someplace in the the Win32 API help in VC++ says that's a >bad
idea<! As I remember, using the 2 API's interchangably will result in loss of
concurrence of the data.

>2) Are there binaries for GNU make on the net somewhere?
>
>3) Can one thread open a pipe in message mode for reading at one one end but
have
>multiple threads writing at the other end to the same instance of the pipe. I do
>not want to close and reopen the pipe everytime.

Why not just have multiple threads, each of which read from a single pipe?
--
Kevin Collins | Aspect Telecommunications
E-Mail: kevin....@aspect.com | San Jose, CA
Voice: +1 408 441 2489 | My opinions are mine alone.


0 new messages