Sponsored Content
Top Forums Web Development Content Management System for uploading large files Post 302294839 by Yogesh Sawant on Friday 6th of March 2009 03:18:07 AM
Old 03-06-2009
in one of our systems, sometimes we upload huge data files. we use a java program written by someone here, the program runs for a few hours to finish the job.
 

2 More Discussions You Might Find Interesting

1. Programming

Is there a system call other than 'open' for opening very large files?

Dear all, Inside a C program, I want to open a very big file (about 12 GB) in order to read its content. Here is the code: /* argv contains the path to the file. */ inputFileDescriptor = open(argv, O_RDONLY); if (inputFileDescriptor < 0) { ... (6 Replies)
Discussion started by: dariyoosh
6 Replies

2. Programming

Best Method For Query Content In Large JSON Files

I wanted to know what is the best way to query json formatted files for content? Ex. Data https://usn.ubuntu.com/usn-db/database-all.json.bz2 When looking at keys as in: import json json_data = json.load(open('database-all.json')) for keys in json_data.iterkeys(): print 'Keys--> {}... (0 Replies)
Discussion started by: metallica1973
0 Replies
webmin(1m)																webmin(1m)

NAME
webmin - A httpd based system administration tool. DESCRIPTION
webmin(1m) consists of a main server daemon, CGI and PERL files to perform the operations, and configuration files to manage site-specific information. FILES
The following files specify the installation locations for webmin: /etc/webmin Contains server and module configuration files. A newly-installed or upgraded server must be configured before use. This is handled by the webminsetup(1m) script. A running server can be reconfigured through the web interface. Configuration files should not be modified directly. /var/webmin Default location for the webmin log files SECURITY
webmin(1m) uses pam(3PAM) with the service name webmin for authentication and account management. FAULT MANAGEMENT RESOURCE IDENTIFIER
svc:/application/management/webmin:default ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +--------------------+-----------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +--------------------+-----------------+ |Availability | SUNWwebminr, | | | SUNWwebminu | +--------------------+-----------------+ |Interface Stability | External | +--------------------+-----------------+ SEE ALSO
webminsetup(1m), attributes(5) http://www.webmin.com NOTES
In addition to the documentation and man pages included with Solaris, more information is available at http://www.webmin.com 30 Oct 2004 webmin(1m)
All times are GMT -4. The time now is 09:23 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy