The serving tag has no wiki summary.
0
votes
1answer
90 views
What is the algorithm to choose which ad will be first?
I need a formula to calculate which ad will go first.
Okay, here is the problem: I am working on a system that is a new way of advertising. Advertisers will define their total budget and max CPC's ...
2
votes
1answer
45 views
Trying to dynamically set Pages in Loop with Node.js
I'm trying to do something (which I hope) is simple: receive JSON from the a database and loop through it to create all the necessary page routes in Node.js. As of now, I'm just using stubbed data, ...
0
votes
1answer
269 views
serving static file not from /static in webpy
Is there a way of serving static files (images) not from the /static folder in webpy? What I would like to do is show images that are scattered in various directories, and moving all of them to ...
0
votes
1answer
162 views
serving images? htaccess redirect the images folder?
i have a php script that uploads an image, renames it to a random hash, creates folders based on the hash, stores the original image in the last created folder, and finally, creates 2 other thumbnails ...
0
votes
0answers
687 views
Serving [.ogg] files to HTML5 video tags through php. (Chrome Only)
So here's the problem:
I have a [.ogg] video file that is 3 minutes and 20 seconds long. When I serve it though php to a html5 video player (In Chrome) it seems to miscalculate the duration of the ...
0
votes
3answers
2k views
Serving files with JSF 2 / CDI, using bookmarkable URLs
My main question is : Is there a "good practice" to serve binary files (PDF, docs, etc) using JSF 2 with CDI, and using bookmarkable URLs ?
I've read the JSF 2 spec (JSR 314) and I see it exists a ...
4
votes
3answers
508 views
Separate servers to serve django app and it's content?
I'm a little confused as to how to proceed. I'm setting up Django to run on a Mediatemple DV server. I'm trying to figure out the appropriate setup for serving image/video/etc content.
I don't ...
0
votes
1answer
459 views
Best practice for serving static files
I am developing on a python webserver (Tornado). I plan to place this in a production instance with nginx in front. This will be my first time placing something into a production environment on my ...
0
votes
0answers
65 views
Secure way of serving videos
I want to serve videos (flv) in my web application, video files are user generated content, and it is increasing enormously. I would like to serve back the content but without any abuse, for example I ...
6
votes
6answers
795 views
Serve static files from archive
Is there a module for apache/nginx to serve static files from archive (zip, tgz, tbz …), so that if there is no file in specified location, then stated archive is asked for that file?
1
vote
1answer
284 views
Google Cloud Storage and temporary serving urls
im wondering if its possible to create a temporary serving url for files on Google Cloud Storage.
i have a GAE app and i would like to serve bigger video files over google storage for develpers ...
0
votes
0answers
214 views
Image serving and storage mechanism
My website serves multiple images and videos and targeted customers are only from one country. The size of storage is increasing day by day due to so many images and videos. It is becoming difficult ...
0
votes
3answers
205 views
django file serving issues
I have in my url patterns,
urlpatterns += patterns('',
(r'^(?P<path>.*)$', 'django.views.static.serve',
{'document_root': '/home/tipu/Dropbox/dev/workspace/search/images'})
In my ...
4
votes
6answers
578 views
How to check the scalability of my application
I have developed an application that will create lot of PDF's and serve those file.
(Its normal Servlet-Buffering serving).
How to make sure my application works efficient with multiple request? Is ...
1
vote
2answers
1k views
Byte Serving PDFs from SQL varbinary
I am want to take advantage of the web optimization for pdfs by allowing users to download them a page at a time.
The pdfs are configured for fast web view.
I am serving the pdfs from sql server ...
4
votes
3answers
2k views
Serving ads via HTTPS
I know there is no such thing as a dumb question but this is: Can you serve contextual based ads via adsense or others on a site that is entirely behind https?
