Got to know this interesting bit today
By default in solaris core dump occurs when an application misbehaves(say segmentation fault).
But in linux the default core dumping is disabled.
Using ulimit command one can turn on this feature.
Just enable the application to core dump by
$>ulimit -c unlimited
For more on this refer to
http://www.novell.com/coolsolutions/feature/16257.html
Tuesday, February 27, 2007
Friday, February 23, 2007
Amazon turks now in Indian rupees
Amazon turk now renders Indian rupee transaction. Check it out
http://www.mturk.com/mturk/welcome
http://www.mturk.com/mturk/welcome
Saturday, February 10, 2007
Sun Tech days in Hyderabad
Tuesday, February 06, 2007
Continuations in java
Continuation is an object that represents the execution state of a program at a certain point. We can use continuation to restart the execution from the point stored in it.
One area that has seen practical use of continuations is in web programming
Check out an enumeration here
One area that has seen practical use of continuations is in web programming
Check out an enumeration here
Subscribe to:
Posts (Atom)