search for: integer1

Displaying 2 results from an estimated 2 matches for "integer1".

Did you mean: integer
2014 Feb 26
2
OT: Howto to capture taskset output command
Hi all, I am trying to set processor affinity for a specific process using a shell script without result. Script: #!/bin/sh -x cpu_affinity_ok="2" cpu_affinity="taskset -p -c `cat /tmp/test.pid` | awk '{print $6}'" if [ -f /tmp/test.pid ]; then if [ "$cpu_affinity" == "$cpu_affinity_ok" ]; then exit 0 else taskset -p -c 2
2006 Apr 04
5
Database usage technique -- user-specified fields
...he user''s account would specify the significance of each field. What isn''t clear to me is the toll this would take on a database. Say my CONTACT looks like: CONTACT: first_name, :string last_name, :string string1, :string string2, :string ... string20, :string integer1, :integer integer2, :integer ... integer20, :integer If there are hundreds of users each with hundreds of CONTACTs, these extra fields lying around will take up space. Granted, unused ones will be NULL, but still taking up space. Another option is to place the "user-specified&quot...