Project

General

Profile

Activity

From 01/15/2014 to 02/13/2014

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

02/07/2014

06:52 PM Feature #2124: improve/simplify the startup of server-side batch processes and appserver "agent" ...
This adds the SSL certificate generation into the directory and the support to use this data to start processes / web... Constantin Asofiei
04:44 PM Feature #2124: improve/simplify the startup of server-side batch processes and appserver "agent" ...
Greg Shah wrote:
> The use of BouncyCastle is OK.
OK, Bouncy Castle is limited to only one class and is hidden behi...
Constantin Asofiei
07:58 AM Feature #2124: improve/simplify the startup of server-side batch processes and appserver "agent" ...
The use of BouncyCastle is OK. Greg Shah
04:08 AM Feature #2124: improve/simplify the startup of server-side batch processes and appserver "agent" ...
I saw that is a major code refactoring. As I understood the chuiWeb node will be replaced by a global node and per cl... Marius Gligor
07:47 PM Feature #2124: improve/simplify the startup of server-side batch processes and appserver "agent" ...
I've been trying not to add more external dependencies to the project and use what J2SE provides, but I couldn't find... Constantin Asofiei

02/06/2014

01:16 PM Feature #2124: improve/simplify the startup of server-side batch processes and appserver "agent" ...
Attached update contains the scheduler support, used to launch the appserver and batch processes. The spawner infrast... Constantin Asofiei
11:14 AM Feature #2124: improve/simplify the startup of server-side batch processes and appserver "agent" ...
> do we need to provide a way to read into the directory an existing configuration? I.e. for MAJIC, it will read the ... Greg Shah
11:11 AM Feature #2124: improve/simplify the startup of server-side batch processes and appserver "agent" ...
Greg, about the security configuration (keystores, truststores, etc):
# do we need to provide a way to read into the...
Constantin Asofiei

02/04/2014

09:47 AM Feature #2124: improve/simplify the startup of server-side batch processes and appserver "agent" ...
> Currently, Utils.getDirectoryNode APIs do not allow for this kind of search: this is either per-server or per-accou... Greg Shah
09:45 AM Feature #2124: improve/simplify the startup of server-side batch processes and appserver "agent" ...
Greg, another issue: to automatically launch processes via the scheduler, I want to be able to read the various confi... Constantin Asofiei
08:43 AM Feature #2124: improve/simplify the startup of server-side batch processes and appserver "agent" ...
> we need a secure way of launching a process under a user without access to the user's password
How about this id...
Greg Shah
07:41 AM Feature #2124: improve/simplify the startup of server-side batch processes and appserver "agent" ...
> Another improvement that we can do is to keep the \n when we read the password.
> Doing so the spawner cannot be u...
Greg Shah
04:00 AM Feature #2124: improve/simplify the startup of server-side batch processes and appserver "agent" ...
Marius Gligor wrote:
> 1. The credentials used by spawner are user/password of the user account, that is, the user m...
Constantin Asofiei
02:25 AM Feature #2124: improve/simplify the startup of server-side batch processes and appserver "agent" ...
Marius Gligor wrote:
> 1. The credentials used by spawner are user/password of the user account, that is, the user m...
Marius Gligor
02:20 AM Feature #2124: improve/simplify the startup of server-side batch processes and appserver "agent" ...
1. The credentials used by spawner are user/password of the user account, that is, the user must have an account.
...
Marius Gligor

02/03/2014

05:50 PM Feature #2124: improve/simplify the startup of server-side batch processes and appserver "agent" ...
Yes, I understand the problem.
> if possible (maybe by giving the spawner app higher privileges), start the proces...
Greg Shah
03:53 PM Feature #2124: improve/simplify the startup of server-side batch processes and appserver "agent" ...
Greg, a question about launching a process using the spawner. Currently, the @spawn@ application requires as input va... Constantin Asofiei

01/20/2014

09:19 AM Feature #2124 (WIP): improve/simplify the startup of server-side batch processes and appserver "a...
Constantin Asofiei
 

Also available in: Atom