Gracias por responder, son consultas muy basicas,este es el script a ejecutar por 100 personas en un tiempo muy corto, (menos de un minuto).
   
Código PHP:
Ver original- <?php 
- require("../conexion.php"); 
-   
- $user=$_SESSION["id_user"]; 
- $id=$_POST["id"]; 
- $fecha_i=$_POST["start"]; 
- $fecha_f=$_POST["end"]; 
- $interv1=$_POST["interv1"]; 
- $interv2=$_POST["interv2"]; 
-   
- function minutos_transcurridos($fecha_i,$fecha_f){ 
-     $minutos = abs($minutos); $minutos = floor($minutos); 
-     return $minutos; 
- } 
-   
- $sql1="select id_usuario,start,end from turnos_toma 
- where start='".$fecha_i."' and end='".$fecha_f."' and id_usuario=".$user." limit 1"; 
-     if ($num1!="0") { 
-         echo "Ya tomaste este turno!";exit; 
-     }else{ 
-   
-     $sql2="SELECT count(id) as cantidad from turnos_toma 
-     where start BETWEEN '".$interv1."'  AND '".$interv2."' and id_usuario=".$user."";                                   
-         if ($count2[0]==4) { 
-             echo "No puedes tomar más de 4 turnos.";exit; 
-         }else{               
-   
-             $sql3="select start from turnos_toma where  
-             start BETWEEN '".$interv1."'  AND '".$interv2."' and 
-             id_usuario=".$_SESSION["id_user"].""; 
-                 if ($num3==0) { 
-                     $sql4="update turnos_asignacion set cantidad=cantidad-1 where id=".$id.""; 
-                     $sql5="insert into turnos_toma values(null,".$id.",".$user.",'".$fecha_i."','".$fecha_f."')"; 
-                     echo "Turno tomado con éxito";exit;  
-                 }else{ 
-   
-                         if (minutos_transcurridos($row3["start"],$fecha_i)<210) { 
-                             echo "No puedes tomar este turno.";exit; 
-                         } 
-                     }        
-                      
-                     $sql6="update turnos_asignacion set cantidad=cantidad-1 where id=".$id.""; 
-                     $sql7="insert into turnos_toma values(null,".$id.",".$user.",'".$fecha_i."','".$fecha_f."')"; 
-                     echo "Turno tomado con éxito";exit;  
-                 } 
-            } 
-     } 
-   
-   
- ?> 
asi que creo que tendre que probar algun hosting, alguna recomendación?