PB webserver smaller + faster than apache?

Linux specific forum
Tomio
Enthusiast
Enthusiast
Posts: 291
Joined: Sun Apr 27, 2003 4:54 pm
Location: Germany

PB webserver smaller + faster than apache?

Post by Tomio »

Hello,

does anyone has experience with a websever coded with PB in Linux?

There is a company which runs apache.
Because of the heavy load the many requests are performed within several identical machines.

The question is: Do you think it is possible to build a PB webserver smaller + faster than apache?

Just designed for the very special requests on that server.

I think I have enought experience to do the coding.
I just never concerned myself with PB on linux + webservers.

Thanks tomio
lakomet
User
User
Posts: 53
Joined: Mon Apr 04, 2011 3:56 am
Location: Russia,Angarsk

Re: PB webserver smaller + faster than apache?

Post by lakomet »

Tomio
Look here
Linux Mint Maya(Mate), x86, PureBasic 5.00(5.10b1)
jesperbrannmark
Enthusiast
Enthusiast
Posts: 536
Joined: Mon Feb 16, 2009 10:42 am
Location: sweden
Contact:

Re: PB webserver smaller + faster than apache?

Post by jesperbrannmark »

Are you sure its apache thats falling behind in speed and not mysql or php?
If you are dealing with only html files pb can be an alternative. A small tip can be to make a ramdisc and put all the html files in (if they are not extremely big) to speed up disc use if you have that big traffic.
Tomio
Enthusiast
Enthusiast
Posts: 291
Joined: Sun Apr 27, 2003 4:54 pm
Location: Germany

Re: PB webserver smaller + faster than apache?

Post by Tomio »

>Are you sure its apache thats falling behind in speed and not mysql or php?
A good point I'll have to ask the developer.

>ramdisk
The phys.mem of the machines is at the limit.

@lakomet
> Look here
This is a russian zip-file. Don't expect me to open it. Even if its from the PB forum.

Thanks tomio
lakomet
User
User
Posts: 53
Joined: Mon Apr 04, 2011 3:56 am
Location: Russia,Angarsk

Re: PB webserver smaller + faster than apache?

Post by lakomet »

Tomio
Thank you, you made ​​me laugh(я подцтолом)
Linux Mint Maya(Mate), x86, PureBasic 5.00(5.10b1)
Tomio
Enthusiast
Enthusiast
Posts: 291
Joined: Sun Apr 27, 2003 4:54 pm
Location: Germany

Re: PB webserver smaller + faster than apache?

Post by Tomio »

@lakomet,
of course, this was not against you.
Your link points to a site written completely in russian.
The only text I can read are the urls.

tomio
Post Reply