Project

General

Profile

Activity

From 02/08/2014 to 03/09/2014

03/06/2014

01:54 PM Feature #2243 (WIP): integrate spawn.c changes into winspawn.c
Marius Gligor

02/26/2014

03:08 AM Feature #2124: improve/simplify the startup of server-side batch processes and appserver "agent" ...
Passed runtime testing, attached version was committed to bzr rev 10480. Changes compared to 0225b:
* set the @secur...
Constantin Asofiei

02/25/2014

02:33 PM Feature #2124: improve/simplify the startup of server-side batch processes and appserver "agent" ...
Code Review 0225b
I'm fine with the changes. Check these in when they pass testing.
Greg Shah
12:14 PM Feature #2124: improve/simplify the startup of server-side batch processes and appserver "agent" ...
Fixed @ServerDriver.connect@ to work with in-directory private keys. Constantin Asofiei

02/21/2014

03:19 AM Feature #2124: improve/simplify the startup of server-side batch processes and appserver "agent" ...
0221a.zip was committed to bzr rev 10475. Constantin Asofiei

02/20/2014

06:27 PM Feature #2124: improve/simplify the startup of server-side batch processes and appserver "agent" ...
Fixes a bug in the JobProcessor waiting loop: wait only if there are no posted jobs.
LE: no testing required, I'll c...
Constantin Asofiei
12:19 PM Feature #2124 (Closed): improve/simplify the startup of server-side batch processes and appserver...
Greg Shah

02/16/2014

04:26 AM Feature #2124: improve/simplify the startup of server-side batch processes and appserver "agent" ...
The attached update fixed some oversights (debug was enabled for the spawn's P2J secure connection client and a bug r... Constantin Asofiei

02/15/2014

02:53 PM Feature #2124: improve/simplify the startup of server-side batch processes and appserver "agent" ...
Constantin Asofiei wrote:
> Eric: I don't want to commit it until I update the directory.xml you use to run the serv...
Eric Faulhaber
12:59 PM Feature #2124: improve/simplify the startup of server-side batch processes and appserver "agent" ...
Constantin Asofiei wrote:
> Greg Shah wrote:
> > If I understand correctly, this contains fixes for all issues foun...
Greg Shah
10:24 AM Feature #2124: improve/simplify the startup of server-side batch processes and appserver "agent" ...
Greg Shah wrote:
> You can check in and distribute this when it passes testing.
Eric: I don't want to commit it unt...
Constantin Asofiei
09:53 AM Feature #2124: improve/simplify the startup of server-side batch processes and appserver "agent" ...
Greg Shah wrote:
> If I understand correctly, this contains fixes for all issues found in #1811 except for the probl...
Constantin Asofiei
09:48 AM Feature #2124: improve/simplify the startup of server-side batch processes and appserver "agent" ...
Code Review 0214h
The code changes look good. If I understand correctly, this contains fixes for all issues found...
Greg Shah

02/14/2014

12:19 PM Feature #2124: improve/simplify the startup of server-side batch processes and appserver "agent" ...
This one is merged with mag_upd20140213c.zip from #1811. Constantin Asofiei
09:31 AM Feature #2124: improve/simplify the startup of server-side batch processes and appserver "agent" ...
This update adds the scheduler cron support and will go into testing; contains other minor fixes too. Constantin Asofiei
09:27 AM Feature #2124: improve/simplify the startup of server-side batch processes and appserver "agent" ...
I'll use this node to document all the needed setup/configuration for the spawner infrastructure, used in appserver, ... Constantin Asofiei
04:47 AM Feature #2243: integrate spawn.c changes into winspawn.c
This task is for integrating the changes added to @spawn.c@ by #2124 into @winspawn.c@. Constantin Asofiei
04:45 AM Feature #2243 (Closed): integrate spawn.c changes into winspawn.c
Constantin Asofiei

02/13/2014

01:17 PM Feature #2124: improve/simplify the startup of server-side batch processes and appserver "agent" ...
> You mean only the clients started with the spawner, right?
Right.
> we will at least need a broker to run on ...
Greg Shah
12:41 PM Feature #2124: improve/simplify the startup of server-side batch processes and appserver "agent" ...
Greg Shah wrote:
> Today we assume that the clients will run on the same system, but I see many use cases where that...
Constantin Asofiei
10:27 AM Feature #2124: improve/simplify the startup of server-side batch processes and appserver "agent" ...
> But I don't think I fully grasp the scenario you are referring to: if P2J server S1 wants to start a batch process... Greg Shah
10:08 AM Feature #2124: improve/simplify the startup of server-side batch processes and appserver "agent" ...
1. Looking inside the spawner.c code I understood that the spawner became an universal tool.
You add an option to g...
Marius Gligor
07:08 AM Feature #2124: improve/simplify the startup of server-side batch processes and appserver "agent" ...
About the scheduler and cron: there is the @Quartz@ library from Terracota released under @Apache Licence V2@: http:/... Constantin Asofiei
01:47 AM Feature #2124: improve/simplify the startup of server-side batch processes and appserver "agent" ...
Greg Shah wrote:
> My only concern is that the server is very tightly coupled to the command line generation for the...
Constantin Asofiei
07:06 PM Feature #2124: improve/simplify the startup of server-side batch processes and appserver "agent" ...
Code Review 0212e
I am OK with the changes.
My only concern is that the server is very tightly coupled to the c...
Greg Shah

02/12/2014

01:34 PM Feature #2124: improve/simplify the startup of server-side batch processes and appserver "agent" ...
Greg, about your review notes:
A. from note 26:
1. the private key strength: 1024 bytes or better is enforced and i...
Constantin Asofiei
03:40 AM Feature #2124: improve/simplify the startup of server-side batch processes and appserver "agent" ...
Greg Shah wrote:
> > I want to have a central place to spawn P2J clients, regardless of their type, as this will all...
Constantin Asofiei

02/11/2014

04:37 PM Feature #2124: improve/simplify the startup of server-side batch processes and appserver "agent" ...
> I want to have a central place to spawn P2J clients, regardless of their type, as this will allow us to restrict th... Greg Shah
04:14 PM Feature #2124: improve/simplify the startup of server-side batch processes and appserver "agent" ...
Code Review 0207e
Sorry, it took me a while to digest this large update. It is quite good. It seems to me that t...
Greg Shah
12:08 PM Feature #2124: improve/simplify the startup of server-side batch processes and appserver "agent" ...
Greg Shah wrote:
> > keys are hard coded to 1024-bytes - should we make this configurable?
>
> Yes. Default to 1...
Constantin Asofiei
11:40 AM Feature #2124: improve/simplify the startup of server-side batch processes and appserver "agent" ...
> keys are hard coded to 1024-bytes - should we make this configurable?
Yes. Default to 1024 but allow other size...
Greg Shah

02/10/2014

12:42 PM Feature #2124: improve/simplify the startup of server-side batch processes and appserver "agent" ...
We should not hard code the paths into the makefile. It is best to require that to be defined as a parameter on the a... Greg Shah
12:23 PM Feature #2124: improve/simplify the startup of server-side batch processes and appserver "agent" ...
Greg, a question: when using @JNI_CreateJavaVM@ to create a new JVM instance, the compiled code needs to link with th... Constantin Asofiei
07:48 AM Feature #2124: improve/simplify the startup of server-side batch processes and appserver "agent" ...
Greg Shah wrote:
> 0. As part of the installation/setup of spawn, we would have a keystore in the file system. That...
Constantin Asofiei
 

Also available in: Atom