TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask: How to save 100 objects to server with ajax and php?

1 pointsby infocaptorover 14 years ago
Hi, I would like to get some resources around the following question posted on SO. Please chime if you developed something similar with your web application and what are the common pit falls?<p>http://stackoverflow.com/questions/4939463/how-to-save-100-objects-to-server-with-ajax-and-php

1 comment

tjpickover 14 years ago
denial of service is never a good architecture.<p>just batch them up and shove one big data set down the pipe in a singe request.