Thanks Alain,
Actually I followed the trail on Condor website to this link: http://www.cs.wisc.edu/condor/doc/javagenes.pdf
From the section “2 . 4 Condor Support f o r J ava”
<quote>
To provide better support for JavaGenes and other Java Grande
applications, the Condor project has been developing a Java
universe. To run under this universe, a Java program must
implement the Checkpointable interface:
public interface Checkpointable extends
Serializable {
void start (String[] arguments) ;
void restart () ;
void beforeCheckpoint () ;
void afterCheckpoint () ;
void setCheckpointer(Checkpointer c);
}
</quote>
Can you pass on any more info if you have any about this?
Thanks and Regards,
Setu
-----Original Message-----
From: condor-users-bounces@xxxxxxxxxxx [mailto:condor-users-bounces@xxxxxxxxxxx
] On Behalf Of Alain Roy
Sent: Tuesday, May 19, 2009 5:05 PM
To: Condor-Users Mail List
Subject: Re: [Condor-users] Java universe.
On May 19, 2009, at 5:49 AM, Setumadhav Kulkarni wrote:
> Could you please tell me if the java universe supports checkpointing
> and migration out of the box?
>
No, I'm sorry but Condor's Java universe does not support
checkpointing and migration.
> Based on some online resources, it seems as if there is a
> checkpointing library available out there for the java universe.
>
It's possible that one exists. I haven't seen it, and it doesn't ship
with Condor.
-alain
-----------------------------------------------------------------
Alain Roy roy@xxxxxxxxxxx
Condor Project http://www.cs.wisc.edu/condor
_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx
with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users
The archives can be found at:
https://lists.cs.wisc.edu/archive/condor-users/
_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx
with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users
The archives can be found at:
https://lists.cs.wisc.edu/archive/condor-users/