473,385 Members | 1,798 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Asset Management Questions

JHN
Hi all,

I'm planning on building an asset management tool for our local network.
I have a question I would like to ask:

Is it possible to use PHP/MYSQL/JS etc. as a "metadata" structure and
when trying to retreive a file (mostly files over a 100MB) not sending
it over http, but use some other (faster) way for that, like calling a
batch script or something (I understand there are security issues to be
dealt with), but using the local network infrastructure. Or would FTP be
an option... trying to explore all possibilities, but haven't got very
far at this stage.

Any other suggestions or links to similar software would be great!

Thanx,
-Johan
Jan 17 '07 #1
2 1903
JHN wrote:
>
I'm planning on building an asset management tool for our local network.
I have a question I would like to ask:

Is it possible to use PHP/MYSQL/JS etc. as a "metadata" structure and
when trying to retreive a file (mostly files over a 100MB) not sending
it over http, but use some other (faster) way for that, like calling a
batch script or something (I understand there are security issues to be
dealt with), but using the local network infrastructure. Or would FTP be
an option... trying to explore all possibilities, but haven't got very
far at this stage.
Why do we need to know that the application is asset management?

It kind of depends what you are trying to achieve - what is on the client?
Can you deploy additional software client side? Which way are the files
moving? Are you looking to synchronise files or just publish them? Are you
moving files within your own LAN? Why not just mount a share from your
fileserver on your webserver (or share a dir from the webserver)?

C.

Jan 17 '07 #2
JHN
Colin,

Thanx for your reply! I don't know why mentioning that it's about asset
management, the most important thing is that I need to move/copy large
files over a local network, driven by an webbased interface. And have an
check in/out system to view who's doing what.

So big files are moving to the client and when they are finished they're
moving it back to the server. No synchronasation or versioning.
What we have now is simply a network share where people can pick up
files, sometimes they forget to put it back or delete a file accidently.
I would like to track who has had wich file.
So the proces would be

move file from fileserver to local drive
edit the file
move the file back to the fileserver

So I would like a more restrictive approach, and since php/mysql is more
my cup of tea than c++, I was wondering if it can be done.

Thanx for your time!

-Johan

Colin McKinnon wrote:
JHN wrote:
>I'm planning on building an asset management tool for our local network.
I have a question I would like to ask:

Is it possible to use PHP/MYSQL/JS etc. as a "metadata" structure and
when trying to retreive a file (mostly files over a 100MB) not sending
it over http, but use some other (faster) way for that, like calling a
batch script or something (I understand there are security issues to be
dealt with), but using the local network infrastructure. Or would FTP be
an option... trying to explore all possibilities, but haven't got very
far at this stage.

Why do we need to know that the application is asset management?

It kind of depends what you are trying to achieve - what is on the client?
Can you deploy additional software client side? Which way are the files
moving? Are you looking to synchronise files or just publish them? Are you
moving files within your own LAN? Why not just mount a share from your
fileserver on your webserver (or share a dir from the webserver)?

C.
Jan 20 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: Mike | last post by:
Hi! Im working on some research for a asset management system. We will use python as our primary platform. As a opensource programmer the obvious question is; are there any opensource systems...
2
by: Mark | last post by:
Hi, does anyone know of some open source asset management software developed using the .NET framework?? Our IT department needs some software written that keeps track of computers/ printers/...
4
by: Randy Harris | last post by:
I need to set up an application in Access to track computer systems (hardware, software, networking details, lease info, etc). Would someone please recommend a good template to get started with? ...
4
by: Learner | last post by:
we can download the Management Studio Express for free from MS website. I did the same thing on my personal laptop. But can we develop applications using free downloaded Management Studio and...
0
by: Jobs | last post by:
All answers to the below interview questions are at http://www.geocities.com/dotnetinterviews/ or you can download the complete answer zip file from...
11
Craash
by: Craash | last post by:
Hello, I am fairly new to creating databases with access. I am using Access 2003 and have created an Asset tracking database. I have a form to enter the asset information with the primary key as...
1
by: karry555 | last post by:
Hi guys... this is a sincere request and requirement.. i need serious help for doing this project using html and php along with MySql. I Need DAMS(Digital Asset Management System) to be...
1
by: danka21819 | last post by:
Hi, I am a front end web designer/developer and analyst...struggling with putting an accordian flash xml menu together. I have it done except I need to add a simple trademark symbol circle with r. I...
1
by: danka21819 | last post by:
Hi, I am a front end web designer/developer and analyst...struggling with putting an accordian flash xml menu together. I have it done except I need to add a simple trademark symbol circle with r. I...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.