(PECL mongo >=1.0.1)
Sets whether this cursor will timeout
public MongoCursor MongoCursor::immortal ([ bool $liveForever = true ] )
After remaining idle on the server for some amount of time, cursors, by default, "die." This is generally the behavior one wants. The database cleans up a cursor once all of its results have been sent to the client, but if the client doesn't request all of the results, the cursor will langui