|
Posted by adriano ghezzi on 11/27/05 23:12
server and client are logical definitions, in the environment here
normally discussed these are meanings
server : a pc (cpu) where a web server is running (usually apache) and
php is parsing pages served to the client
client: is a pc (cpu), normally remote, who is asking for a page to the server
is it enough, do I well understand the question ?
cheers.
2005/11/27, Stephen Leaf <smileaf@smileaf.org>:
> On Sunday 27 November 2005 12:34, cheeto borje wrote:
> > Hello,
> >
> > I wanna ask you about :
> >
> > 1. When you say server, does it mean my CPU?
> By CPU I assume you mean your computer and not the Central Processing Unit.
> being a CPU is the small chip inside your computer attached into the
> motherboard which every instruction gets sent to for processing.
> And yes a server is a computer.
> Technically what makes a server a server is the fact that it serves something.
> Take any computer out there say a 133MHz install a web server on it (apache)
> and boom you now have a server that serves webpages.
>
> > 2. Do i have to buy a seperate server besides my computer CPU?
> No but generally it's recommended if your wanting good server performance and
> a unshakable uptime. By using the computer for every day you work you expose
> the server/computer to performance hits and possible program crashes that may
> also affect the underlaying OS.
>
> > 3. Can i use the software to multiple web-domain that i will create
> > and launch online?
> I assume you mean you want to be able to host websites from multiple domains
> and the answer is yes. Apache has that functionality and is well documented
> all over the place.
>
> > 4. How will i be able store those data coming from the threads?
> You store them using those threads however you feel like it? I guess I don't
> really understand this question.
>
> > 5. Can you provide a remote server to serve as a database?
> Php has support to connect to remote database servers yes. you may also run
> the database server locally to the server. I personally recommend PostgreSQL.
> Others I'm sure will recommend MySQL.
> >
> > Hoping for your kind response. Thank you.
> >
> > LOUIE
> >
> >
> >
> > ---------------------------------
> > Yahoo! Music Unlimited - Access over 1 million songs. Try it free.
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
Navigation:
[Reply to this message]
|