This document proposes using AJAX to improve the scalability of push/pull server functions. It discusses how push and pull architectures are commonly used for client-server data transmission but have limitations like lack of acknowledgment and inability to handle large data volumes. This can cause server lag that increases with data size. The paper suggests that using AJAX can help identify data on the client-side without server involvement, reducing response times compared to traditional HTTP. It presents a prototype to calculate request/response times and scalability between clients and server. The proposed architecture uses AJAX concepts to address issues with the stateless HTTP protocol and improve server efficiency, time measurement, and overall scalability for push and pull mechanisms.