...


Ps: made a small update which rewords some of the comments
I love Purebasic.
When I head home, after going out on a date with the Mrs
I'll give it a try. btw: There is another thread found @ http://www.purebasic.fr/english/viewtopic.php?t=24101 . A DownloadToMemory chunk of code. Might be useful for creating an "updator" client to go with this server 


After some thought, ive decided to add a download manager to the program, i'll probably add this after version 1.0.
Getting ready to upload version 0.2
Changes:
- Added basic attack protection with auto-ban
- Fixed some bugs
- Added 2 new mutices and cleaned up some of the other mutex code
- Optimized the Receive procedure.
Getting ready to upload version 0.2
Changes:
- Added basic attack protection with auto-ban
- Fixed some bugs
- Added 2 new mutices and cleaned up some of the other mutex code
- Optimized the Receive procedure.
I love Purebasic.
Sounds cool! Perhaps I can add it when I add the download clientInf0Byt3 wrote:I am working on an antivirus\antispyware libraryit has heuristic detection, etc. and if you want you can incorporate it in the server
.

Updated to 0.2
Changes:
- Added basic attack protection with auto-ban
- Fixed some bugs
- Added 2 new mutices and cleaned up some of the other mutex code
- Optimized the Receive procedure.
- Removed a pointless mutex lock in the send thread
- Optimized the send thread a bit
I love Purebasic.
Shannara wrote:When I head home, after going out on a date with the MrsI'll give it a try. btw: There is another thread found @ http://www.purebasic.fr/english/viewtopic.php?t=24101 . A DownloadToMemory chunk of code. Might be useful for creating an "updator" client to go with this server

I love Purebasic.
Looks great!
Maybe it is the time to get a real SERVER with threads working!
Good work, but can you please comment your code?
I am more a PB 3.94 and just starting out with PB v4 and your code
looks great but its density is high and no commentery.
If you want a really really good example of http server threaded check out this POWERBASIC source code made years ago - http://www.powerbasic.com/support/forum ... 00085.html
P.S does the server support resume?
and making a cgi exe support should be easy... it somthing has to do with PIPE.
Maybe it is the time to get a real SERVER with threads working!
Good work, but can you please comment your code?
I am more a PB 3.94 and just starting out with PB v4 and your code
looks great but its density is high and no commentery.
If you want a really really good example of http server threaded check out this POWERBASIC source code made years ago - http://www.powerbasic.com/support/forum ... 00085.html
P.S does the server support resume?
and making a cgi exe support should be easy... it somthing has to do with PIPE.
Read the features list, it already has threads and resume supportPantcho!! wrote:Looks great!
Maybe it is the time to get a real SERVER with threads working!
Good work, but can you please comment your code?
I am more a PB 3.94 and just starting out with PB v4 and your code
looks great but its density is high and no commentery.
If you want a really really good example of http server threaded check out this POWERBASIC source code made years ago - http://www.powerbasic.com/support/forum ... 00085.html
P.S does the server support resume?
and making a cgi exe support should be easy... it somthing has to do with PIPE.

I love Purebasic.