Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,472
There are 2029 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Design and Development     Programming :

which language do i need to use for processing 500gb of data?

Thread title: which language do i need to use for processing 500gb of data?
Reply    
    Thread tools Search this thread Display Modes  
06-04-2012, 05:34 AM
#1
unikorndesigns is offline unikorndesigns
unikorndesigns's Avatar
Status: Junior Member
Join date: May 2011
Location:
Expertise: Web Designing and Development
Software: Photoshop, Dreamweaver and etc
 
Posts: 41
iTrader: 0 / 0%
 

unikorndesigns is on a distinguished road

  Old

i just found that c language is pretty fast and it would be great if u could show me an example of executing a c program using php! I tried googling it, but nothng seemed to work.

Reply With Quote
06-04-2012, 06:54 AM
#2
.Nick is offline .Nick
.Nick's Avatar
Status: Request a custom title
Join date: Feb 2005
Location:
Expertise:
Software:
 
Posts: 1,159
iTrader: 3 / 100%
 

.Nick is on a distinguished road

  Old

Originally Posted by unikorndesigns View Post
i just found that c language is pretty fast and it would be great if u could show me an example of executing a c program using php! I tried googling it, but nothng seemed to work.

http://us3.php.net/manual/en/function.shell-exec.php

PHP Code:
<?php
$output 
shell_exec('ls -la');
echo 
"<pre>$output</pre>";
?>
Also, see this thread:
http://talkfreelance.com/showthread.php?t=80592

06-04-2012, 03:00 PM
#3
Village Genius is offline Village Genius
Village Genius's Avatar
Status: Geek
Join date: Apr 2006
Location: Denver, CO
Expertise: Software
Software: Chrome, Notepad++
 
Posts: 6,894
iTrader: 18 / 100%
 

Village Genius will become famous soon enough

  Old

Originally Posted by unikorndesigns View Post
i just found that c language is pretty fast and it would be great if u could show me an example of executing a c program using php! I tried googling it, but nothng seemed to work.
C needs to be compiled into a program. If you're in a linux setup you're going to need to learn how to use the GCC compiler. There's tons of resources on google. There's also IDEs out there but I usually just use Vim and GCC on the command line.

Reply With Quote
Reply    


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed