Search Results

Search: Posts Made By: jenanee
3,251
Posted By jenanee
Tried putting wait . Still its not working :(
Tried putting wait . Still its not working :(
3,251
Posted By jenanee
Implementing thread in UNIX
Thanks a lot for this snippet.

I tried one sample program like below:


#!/bin/ksh
date=`date +%y%m%d%H%M%S`
thread() {
echo "test" >> /tmp.txt
echo $date >> /tmp.txt // This to get the...
3,251
Posted By jenanee
Implementing thread in UNIX
Hi

For our load testing , we are using stubs (unix shell script) which send the response to the request coming from the application. As the unix stub is single threaded , it is responding to...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 06:32 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy