Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

17
votes
11answers
1k views

'Hibernate' a process in linux

Is it possible to 'hibernate' a process in linux? Just like 'hibernate' in laptop, I would to write all the memory used by a process to disk, free up the RAM. And then later on, I can 'resume the ...
3
votes
2answers
4k views

SQL Server checkpoints

can anyone explain when SQL Server issues a checkpoint?
2
votes
2answers
66 views

C# BackgroundWorker Cancellation checkpoint shortening

Is there a way to shorten my BackgroundWorker.CancellationPending checkpoint? For example, is there a way to encapsulate return like the example code below?: //REAL CODE (CURRENTLY USE THIS) if ...
2
votes
4answers
123 views

design patterns for transactional services with checkpoints and recovery

I have a multistep process where each step does some network IO (web service call) and then persists some data. I want to design it in a fault tolerant way so that if the service fails, either because ...
1
vote
1answer
48 views

Javaflow Continuation: Trying to Save Static variable

I had been trying to create some check-pointing solutions using Javaflow . It works well with all the local variable. But it is unable to save the static variable instance. I am trying to do something ...
1
vote
2answers
108 views

parallel application checkpointing in java

does anyone know a parallel aplication/benchmark in java that simulates checkpointing? i mean, in my cluster there are running parallel processes in diferent nodes and i want to make them concurrently ...
0
votes
0answers
27 views

Checkpoint SecureClient VPN : CLI mode [closed]

I use a checkpoint secure client to connect to client network. I wish to use command line mode to connect. The problem is that, we use smart cards, which requires pin. At this moment, I am able to ...
0
votes
1answer
48 views

How to Read VPN Login Name?

We have an application that needs a user to be connected to the VPN to run. THe issue is we rely on Windows Authentication for the application to be authenticated. However , we have come across some ...
0
votes
0answers
10 views

effect of qemu version on qcow2 checkpoint(snapshot)

If we keep -m parameter same, does it matter, if we make a snapshot (in qcow2 image) with qemu-0.14 and use it with qemu-0.15 or vice versa? Is there any other change, which affects use of snapshot. ...
0
votes
2answers
237 views

How to check for capital letters using regular expressions in QTP?

I need to check the login page of a website using QTP. I have a list of usernames in the global datasheet. I need QTP to pass only those usernames which are in smaller case using the standard ...
0
votes
1answer
160 views

Java Checkpoint

I'm currently working in a research that uses the concept of checkpoint. I haven't found any library. There are some works that uses native methods to do that, but isn't flexible to my needs. The ...
0
votes
1answer
126 views

How can I control log switches and checkpoint frequencies?

What are the differences between LOG_CHECKPOINT_INTERVAL and LOG_CHECKPOINT_TIMEOUT? I need a clear picture of volume based intervals and time based interval. What are the relations among ...
0
votes
3answers
268 views

Does Team Foundation Server supports Checkpoints?

My dev team used in the past MKS Source Integrity source control and we are not evaluating to migrate to TFS 2010. Some concepts and meaning are a bit different and we need sometime to learn how to ...
0
votes
3answers
290 views

What is mysql actually doing when the main thread state is “making checkpoint”?

I've noticed that mysql (5.0.60) often freezes for up to minutes at a time under load, during which time the server is completely non-responsive. I've been able to isolate this to only happening when ...