Search found 3 matches

by SmartFish975
Tue Mar 13, 2007 1:27 am
Forum: General Discussion
Topic: Atomic Web Server with large file?
Replies: 3
Views: 1297

I don't think so.
No matter how big memory you allocate, a large file always not enough.
But don't worry, I have found a FTP library to do the same job.
Thank you anyway.
by SmartFish975
Sat Feb 10, 2007 6:09 pm
Forum: Linux
Topic: PB Linux compiles with static library?
Replies: 5
Views: 2591

I want my application to be delpoyed without the library such as libc++?????.

If all the depending libraries are statically linked with my application, of course it will be bigger but it will save a lot of time for the users to install the required depending libraries.
:oops:
by SmartFish975
Sat Feb 10, 2007 1:00 am
Forum: General Discussion
Topic: Atomic Web Server with large file?
Replies: 3
Views: 1297

Atomic Web Server with large file?

I am looking at the example Atomic Web Server
But I have trouble with large file (eg. >10MB)

How can I modify it to be large file support?

If (Not InitNetwork()) : MessageRequester("Error", "Can't initialize the network !", 0) : End : EndIf
Port = 80
BaseDirectory$ = "www/"
DefaultPage$ = "Index ...