static boolean isExpired(long startTime, long timeout) { ret now() >= startTime+timeout; }