Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

I have a vision for dynamic C++ driven websites.

1 view
Skip to first unread message

virtua...@gmail.com

unread,
Mar 30, 2007, 9:52:20 AM3/30/07
to
I have a vision for webservers, like apache, which drive websites
online. Html and PHP are basically just templates that webservers
*USE*. If we want to be real geniuses then we need to code our own
dynamic website inside of the webserver, and just use basic layouts
and templates as part of an object oriented programming model. If you
just strip all of the colors and layouts from the google website, I
believe what you are left with is hard coded C++ code that gets
injected into the layout and served directly to you individually.
Webservers already multi-task and handle indididual requests. It is
just a matter of processing power and bandwidth that allows google to
serve out so many individual requests. I mean if you think google is
coded up with php and mysql you have to be crazy!

So who is with me? We join the revolution and we launch, our own C++
website programming library, instead of just putting up another
website written in C++. Does anyone follow me here? We basically
just take Apache and make a library that allows C++ programs to work
with it that would control what kind of webpages the end users looks
at.

Sam

unread,
Mar 30, 2007, 6:44:33 PM3/30/07
to
virtua...@gmail.com writes:

> I have a vision for webservers, like apache, which drive websites
> online.

[ … ]

> So who is with me? We join the revolution and we launch, our own C++
> website programming library, instead of just putting up another
> website written in C++. Does anyone follow me here?


+------------------------------------------------------------------------+
+ +
+ PRESCRIPTION +
+ +
+ 100mg Prozac, taken twice daily +
+ 30 day supply, no refills +
+ +
+------------------------------------------------------------------------+


Milan Babuskov

unread,
Apr 2, 2007, 9:01:01 AM4/2/07
to
virtua...@gmail.com wrote:
> I mean if you think google is
> coded up with php and mysql you have to be crazy!

How would you know? You don't work there. If you look at job openings at
Google, you'll see that PHP is often requested knowledge.

Well, if we talk search engine code, then I doubt it's even C++.
Handling such kind of data probably isn't even done in OO language.

--
Milan Babuskov
http://www.guacosoft.com

0 new messages