# Perforce Public Depot Jobs # # Job: The job name. 'new' generates a sequenced job number. # Status: Job status; [open/closed/suspended]. Required # Project: The project this job is for [none/cdsp4/jam/p4hl] Optional. # Severity: [A/B/C] (A is highest) Required. # ReportedBy The user who created the job. Can be changed. # ReportedDate: The date the job was created. Automatic. # ModifiedBy: The user who last modified this job. Automatic. # ModifiedDate: The date this job was last modified. Automatic. # OwnedBy: The owner, responsible for doing the job. Optional. # Description: Description of the job. Required. # DevNotes: Developer's comments. Optional. Job: job000003 Status: closed Project: p4hl ReportedBy: sam_stafford ReportedDate: 2001/10/19 03:03:51 ModifiedBy: shawn_hladky ModifiedDate: 2008/04/13 13:00:54 Description: Annoying several-second hangs if the server hasn't been accessed for a while. To reproduce, leave P4HL running without input for a few minutes, and then try to get "p4 info". DevNotes: Do something like what we do in the Spawn() function, and have it called from the Think() function every X seconds as needed to keep everything active. Since it's "p4 info" it shouldn't produce any great strain on the Perforce server.