lkml.org 
[lkml]   [2003]   [Oct]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    SubjectRe: 2.7 thoughts: common well-architected object model
    From
    Date
    On Sat, 11 Oct 2003 11:34:05 PDT, asdfd esadd said:

    > pid_t fork(void); vs.
    >
    > the next step in the evolution CreateProcess
    >
    > BOOL CreateProcess(
    > LPCTSTR lpApplicationName,
    > LPTSTR lpCommandLine,
    > LPSECURITY_ATTRIBUTES lpProcessAttributes,
    > LPSECURITY_ATTRIBUTES lpThreadAttributes,
    > BOOL bInheritHandles,
    > DWORD dwCreationFlags,
    > LPVOID lpEnvironment,
    > LPCTSTR lpCurrentDirectory,
    > LPSTARTUPINFO lpStartupInfo,
    > LPPROCESS_INFORMATION lpProcessInformation
    >
    > evolved to .Net Process Class
    >
    > System.Object
    > System.MarshalByRefObject
    > System.ComponentModel.Component
    > System.Diagnostics.Process
    > [C#]
    > public class Process : Component
    > [C++]
    > public __gc class Process : public Component

    Thanks for the example of why it's a bad idea.
    [unhandled content-type:application/pgp-signature]
    \
     
     \ /
      Last update: 2005-03-22 13:49    [W:4.230 / U:0.180 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site