Search Results

Search: Posts Made By: wwwdev
Forum: Programming 09-16-2006
2,463
Posted By wwwdev
Hi Sharmin, the simple way is ...
Hi Sharmin,

the simple way is


#include <stdio.h>
#include <string.h>


main(int argc, char *argv[])
{
FILE *fp;
char buf[256], *p;

if(argc < 2){
printf("Bad command...
Forum: Solaris 09-02-2006
3,795
Posted By wwwdev
Help to compile
Hi everybody,

I have a small opensource project http://hpaftpd.sourceforge.net (single-threaded ftp-server for heavy network traffic). It tested with FreeBSD and Linux. Can anybody try it with...
Forum: Programming 08-29-2006
3,998
Posted By wwwdev
hi benbenpig, I think the single-threaded...
hi benbenpig,

I think the single-threaded program can't change any data during a blocking call, so you can insert the refreshing function after each call. It's comfortable sometimes.
Forum: Programming 08-29-2006
3,222
Posted By wwwdev
Thank you for the interesting link.
Thank you for the interesting link.
Forum: Programming 08-28-2006
3,222
Posted By wwwdev
help to compile
Hello everybody,

I have a small opensource project http://hpaftpd.sourceforge.net (single-threaded ftp-server). It tested with FreeBSD and Linux. Can anybody try it with another UNIX system ? I'm...
Forum: Programming 08-28-2006
3,998
Posted By wwwdev
Hi benbenpig, In my opinion you can do...
Hi benbenpig,

In my opinion you can do refresh after each blocking call, not every minute. Enough that will do. Isn't it so ?

Regards.
Showing results 1 to 6 of 6

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