Search Members Help

» Welcome Guest
[ Log In :: Register ]

Page 1 of 3123>>

[ Track This Topic :: Email This Topic :: Print this topic ]

reply to topic new topic new poll
Topic: MySQL and Perl own j00< Next Oldest | Next Newest >
 Post Number: 1
damien_s_lucifer Search for posts by this member.
Emperor of Detnet
Avatar



Group: Members
Posts: 33
Joined: Jan. 1970
PostIcon Posted on: Sep. 22 2001,07:44  Skip to the next post in this topic. Ignore posts   QUOTE

I downloaded MySQL and got the appropriate DBI modules for Perl...

All I can say is... holy shit. I feel like I have all the power of the Gods at my fingertips... with SQL's insane storage and retrieval capabilities, and Perl's mad data-crunching skillz, I think I'm just about ready to take over the world.

edit : 800th post! w00t!

This message has been edited by damien_s_lucifer on September 23, 2001 at 02:45 AM

Offline
Top of Page Profile Contact Info WEB 
 Post Number: 2
askheaves Search for posts by this member.
Ack!!!
Avatar



Group: Members
Posts: 1955
Joined: Sep. 2000
PostIcon Posted on: Sep. 22 2001,07:46 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE

Not to start the debate, but MSSQL server running behind a .NET framework really owns. Takes about 2 lines of code to pull a major dataset from it, that is based on XML, interchangeable between platforms, and is disconnected from any datasource. I mean that literally. If you think you have power now, you've seen nothing until you've seen .NET.
Offline
Top of Page Profile Contact Info 
 Post Number: 3
damien_s_lucifer Search for posts by this member.
Emperor of Detnet
Avatar



Group: Members
Posts: 33
Joined: Jan. 1970
PostIcon Posted on: Sep. 22 2001,08:09 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE

I'm looking forward to the open source .NET clone. MS sometimes has cool ideas, but their software usually sucks balls. For example, I like ASP, but I *despise* IIS. The solution is to run Apache with mod_perl and Apache::ASP.

Windows has a pretty kickass user interface, but the OS part sucks balls... man, I wish I could run explorer.exe as my X Window manager

Offline
Top of Page Profile Contact Info WEB 
 Post Number: 4
Observer Search for posts by this member.
I once watched, but I have left.
Avatar



Group: Members
Posts: 912
Joined: May 2000
PostIcon Posted on: Sep. 22 2001,19:32 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE

Just read today that Ximian is developing Project Mono to let Linux systems compile and run .NET stuff.

------------------
When 1337 hax0rs start impaling each other with swords and typing code with a hook on one hand, then they can modify the term "pirate."

Offline
Top of Page Profile Contact Info 
 Post Number: 5
damien_s_lucifer Search for posts by this member.
Emperor of Detnet
Avatar



Group: Members
Posts: 33
Joined: Jan. 1970
PostIcon Posted on: Sep. 22 2001,22:59 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE

if .NET delivers on its promise, it should be damn cool. Especially if I have a choice of vendors, anywhere from open-source to genuine MS software. My computing setups are almost always hybrids - at work, all my users run Win2K as there desktop OS. Almost all my servers run Linux, except for a couple WinNT machines - a PDC, a BDC, and a WINS server. This has shown itself to be a throughly *sweet* setup time and time again.

Domain Controllers, whether WinNT or Samba, are machines that admins need to toy with a lot no matter how stable they are. You still need to be able to add and modify user accounts, reset passwords, check the logs, etc. You can do this in Linux, but it's a LOT easier in Windows - which means I can delegate a lot of routine admin-type stuff to the two guys in my department who are pretty good with PCs but don't know Unix and don't have the time to learn it.

At the same time, Web servers, backup systems, and dedicated file servers should be black boxes that do their thing without requiring any user intervention. This is what Linux is really good at. So those systems run Linux. Thank God for Samba.

The point is, I don't care WHO designs what. I use what I think is the best software for the task, and therefore I need software from one vendor to be interoperable with software from a different vendor.

That's why I love Perl - well-written Perl code will execute without requiring any modifications whether you're running Windows, Unix, or Mac OS. That's what I'm hoping open-source .NET will do, too.

Offline
Top of Page Profile Contact Info WEB 
 Post Number: 6
Beldurin Search for posts by this member.
Mayor of Detnet
Avatar



Group: Members
Posts: 1242
Joined: Aug. 2001
PostIcon Posted on: Sep. 23 2001,02:10 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE

I'm personally a big fan of PHP rather than perl. You can do most of the same things (web page-wise), but embed it within the HTML. I only use perl for operations which don't require any sort of display (which has been a while).

MySQL is powerful and it rocks, and MSSQL has a fairly nice UI (for some tasks). I've found that MySQL running on Apache with PhpMyAdmin installed is easier for the most basic database maintenance stuff. I've never needed to make a database that would actually NEED some of the crap that MSSQL has and I don't feel like paying the overhead to run it if I don't need it.

------------------

quote:
Originally posted by Dark-Angel99:
How come {name removed} doesn't like you? I find you really funny :D


Never argue with and idiot...he may be doing the same thing

Offline
Top of Page Profile Contact Info WEB 
 Post Number: 7
damien_s_lucifer Search for posts by this member.
Emperor of Detnet
Avatar



Group: Members
Posts: 33
Joined: Jan. 1970
PostIcon Posted on: Sep. 23 2001,16:14 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE

quote:
Originally posted by Beldurin:
You can...embed it [PHP] within the HTML.

You can do the same thing with Perl. You just need to install mod_perl and Apache::ASP for Apache, or use the ActiveState Perl distro for Windows. With ASP you get the same sort of access to the Web server that PHP gives you. PHP is a decent language, but it's not as powerful as Perl

Offline
Top of Page Profile Contact Info WEB 
 Post Number: 8
MattimeoZ80 Search for posts by this member.
Purveyor of Untimely Wisdom
Avatar



Group: Members
Posts: 397
Joined: Nov. 2000
PostIcon Posted on: Sep. 23 2001,19:36 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE

i agree, but for most things php works wonderfully. it has a great set of built in mysql functions as well, that work fine for non-crunching functions, such as data retrieval and updating on a per-run basis (forums and such).
Offline
Top of Page Profile Contact Info WEB 
 Post Number: 9
damien_s_lucifer Search for posts by this member.
Emperor of Detnet
Avatar



Group: Members
Posts: 33
Joined: Jan. 1970
PostIcon Posted on: Sep. 23 2001,20:03 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE

How hard is it to get PHP installed? Is there a version for IIS?

Just wondering. The hardest part of getting Apache::ASP working is building mod_perl. With IIS, you just install ActiveState Perl and the installer will put in the appropriate hooks for you.

On the flip side, a lot of ISPs support PHP, but few if any have Apache::ASP running on their servers. If you want to use it you have to run your own server

Offline
Top of Page Profile Contact Info WEB 
 Post Number: 10
MattimeoZ80 Search for posts by this member.
Purveyor of Untimely Wisdom
Avatar



Group: Members
Posts: 397
Joined: Nov. 2000
PostIcon Posted on: Sep. 23 2001,21:06 Skip to the previous post in this topic.  Ignore posts   QUOTE

it is incredibly easy to install php and mysql (with apache) on a unix based machine. php is fairly easy to install on winblows, but i've never tried it with IIS, only with the win32 binary of apache for development purposes. i've heard that it's not that hard however, and the readme takes you through all the steps.
Offline
Top of Page Profile Contact Info WEB 
28 replies since Sep. 22 2001,07:44 < Next Oldest | Next Newest >

[ Track This Topic :: Email This Topic :: Print this topic ]


Page 1 of 3123>>
reply to topic new topic new poll

» Quick Reply MySQL and Perl own j00
iB Code Buttons
You are posting as:

Do you wish to enable your signature for this post?
Do you wish to enable emoticons for this post?
Track this topic
View All Emoticons
View iB Code