|
From: Georg S. <geo...@ti...> - 2003-11-03 10:54:35
|
1) get Don Box's "Essential COM" and read / understand it 2) Start creating something simple... ;-) I don't think, CreateProcess() has some inherent COM qualities, it is the started process, that has. Georg Philip Kubat wrote: >Thanks, I will work on creating something simple, (may take me a while). >Please understand that I am also not a subject matter expert. > >I did try running wrapper via the command line vs a service and the same >issue. > >Wrapper just creates the one process, the JVM? Then the JVM spawns the JNI >functions? I am thinking it's a thread / COM issue. > >Has anyone else tried to keep pointer in the JVM that are used by several >JNI functions from with in Wrapper? > >-----Original Message----- >From: wra...@li... >[mailto:wra...@li...] On Behalf Of Leif >Mortenson >Sent: Thursday, October 30, 2003 10:07 PM >To: wra...@li... >Subject: Re: [Wrapper-user] DCOM and wrapper > >Jim, > > > >>I haven't really had a chance to get back to it, but that's partly >>because I don't know what to check next. >> >> > >Ditto. I tried doing some Google searches, but there is way too much >info out there and >without an example to get me started it is going take way too much time. > > > >>> If one of you guys could write up a simple simple application >>>which demonstrates this problem and explain to me what is going, I >>>might be able to figure out the problem and learn a little about COM >>>at the same time :-) I emphasize the word simple here. >>> >>> >>Wow, you managed to use "simple" and "COM" in the same sentence. Is >>that gramatically correct? >> >> > >Hey, that was after I said that I don't know what I am talking about >:-) I should have >known though. Very little of the Windows API that I have had to delve >into to get the >Wrapper working has been "simple". > > > >>> In either case the Wrapper process is using the CreateProcess API >>>to create the >>> >>> >>The "CreateProcess" seems to have some inherent COM qualities, though >>what I haven't a clue. >> >> > >:-/ > >How about an as simple as possible example program. > >Cheers, >Leif > > > > >------------------------------------------------------- >This SF.net email is sponsored by: SF.net Giveback Program. >Does SourceForge.net help you be more productive? Does it >help you create better code? SHARE THE LOVE, and help us help >YOU! Click Here: http://sourceforge.net/donate/ >_______________________________________________ >Wrapper-user mailing list >Wra...@li... >https://lists.sourceforge.net/lists/listinfo/wrapper-user > > > >------------------------------------------------------- >This SF.net email is sponsored by: SF.net Giveback Program. >Does SourceForge.net help you be more productive? Does it >help you create better code? SHARE THE LOVE, and help us help >YOU! Click Here: http://sourceforge.net/donate/ >_______________________________________________ >Wrapper-user mailing list >Wra...@li... >https://lists.sourceforge.net/lists/listinfo/wrapper-user > > |